Html Css Color HEX #3B3A02 Turtle Green

📋 copy color: '#3B3A02'

red 59 ◦ green 58 ◦ blue 2

#3B3A02
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turtle Green #3B3A02

Tints of Turtle Green #3B3A02

RGB

 RED value IS 59 (23.44% from 255) = 49.58%

 GREEN value IS 58 (23.05% from 255) = 48.74%

 BLUE value IS 2 (1.17% from 255) = 1.68%

R = 49.58%
G = 48.74%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.97

 K value IS 0.77

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3B3A02 (or 0x3B3A02) is known color: Turtle Green. HEX triplet: 3B, 3A and 02. RGB value is (59,58,2). Sum of RGB (Red+Green+Blue) = 59+58+2=119 (15% of max value = 765). Red value is 59 (23.44% from 255 or 49.58% from 119); Green value is 58 (23.05% from 255 or 48.74% from 119); Blue value is 2 (1.17% from 255 or 1.68% from 119); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3A02 is #C4C5FD. Grayscale: #343434. Windows color (decimal): -12895742 or 145979. OLE color: 145979.

HSL color Cylindrical-coordinate representation of color #3B3A02: hue angle of 58.95º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3B3A02 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 58 2 -
CMYK 0 0.02 0.97 0.77
HSL 58.95º 0.93% 0.12% -
HSV(B) 58.95º 0.97% 0.23% -
XYZ 3.33 3.96 0.65 -
YUV 51.92 99.83 133.05 -
System Red Green Blue C M Y K H S L
Decimal 59 58 2 0 0.02 0.97 0.77 58.95 0.93 0.12
Hex 3B 3A 2 0 2 61 4D 3B 5D C
Octal 73 72 2 0 2 141 115 73 135 14
Binary 111011 111010 10 0 10 1100001 1001101 111011 1011101 1100

Color Harmonies of #3B3A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3A02

Black with #3B3A02

Text Example


Text Example

White with #3B3A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B3A02; }

 p { color: rgb(59,58,2); }

 H1.HeaderClassName
 {
   color: #3B3A02;
 }
 .AnyTagClassName
 {
   color: #3B3A02;
 }
</style>

background-color css

<style>
 a { background-color: #3B3A02; }

 a { background-color: rgb(59,58,2); }

 div.DivClassName
 {
   background-color: #3B3A02;
 }
 .BgClassName
 {
   background-color: #3B3A02;
 }
</style>

border-color css

<style>
 span { border-color: #3B3A02; }

 span { border-color: rgb(59,58,2); }

 td.TdClassName
 {
   border-color: #3B3A02;
 }
 .TagClassName
 {
   border-color: #3B3A02;
 }
</style>