Html Css Color HEX #3B3B02 Turtle Green

📋 copy color: '#3B3B02'

red 59 ◦ green 59 ◦ blue 2

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

Shades of Turtle Green #3B3B02

Tints of Turtle Green #3B3B02

RGB

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

 GREEN value IS 59 (23.44% from 255) = 49.17%

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

R = 49.17%
G = 49.17%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.97

 K value IS 0.77

RGB Variations

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

Color information

#3B3B02 (or 0x3B3B02) is known color: Turtle Green. HEX triplet: 3B, 3B and 02. RGB value is (59,59,2). Sum of RGB (Red+Green+Blue) = 59+59+2=120 (15% of max value = 765). Red value is 59 (23.44% from 255 or 49.17% from 120); Green value is 59 (23.44% from 255 or 49.17% from 120); Blue value is 2 (1.17% from 255 or 1.67% from 120); Max value from RGB is 59 - color contains mainly: red, green. Hex color #3B3B02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3B02 is #C4C4FD. Grayscale: #343434. Windows color (decimal): -12895486 or 146235. OLE color: 146235.

HSL color Cylindrical-coordinate representation of color #3B3B02: hue angle of 60º 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 #3B3B02 is Cyan = 0, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 59 2 -
CMYK 0 0 0.97 0.77
HSL 60º 0.93% 0.12% -
HSV(B) 60º 0.97% 0.23% -
XYZ 3.38 4.06 0.66 -
YUV 52.5 99.5 132.63 -
System Red Green Blue C M Y K H S L
Decimal 59 59 2 0 0 0.97 0.77 60 0.93 0.12
Hex 3B 3B 2 0 0 61 4D 3C 5D C
Octal 73 73 2 0 0 141 115 74 135 14
Binary 111011 111011 10 0 0 1100001 1001101 111100 1011101 1100

Color Harmonies of #3B3B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3B02

Black with #3B3B02

Text Example


Text Example

White with #3B3B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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