Html Css Color HEX #3B3802 Turtle Green

📋 copy color: '#3B3802'

red 59 ◦ green 56 ◦ blue 2

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

Shades of Turtle Green #3B3802

Tints of Turtle Green #3B3802

RGB

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

 GREEN value IS 56 (22.27% from 255) = 47.86%

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

R = 50.43%
G = 47.86%
B = 1.71%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.97

 K value IS 0.77

RGB Variations

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

Color information

#3B3802 (or 0x3B3802) is known color: Turtle Green. HEX triplet: 3B, 38 and 02. RGB value is (59,56,2). Sum of RGB (Red+Green+Blue) = 59+56+2=117 (15% of max value = 765). Red value is 59 (23.44% from 255 or 50.43% from 117); Green value is 56 (22.27% from 255 or 47.86% from 117); Blue value is 2 (1.17% from 255 or 1.71% from 117); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B3802 is #C4C7FD. Grayscale: #323232. Windows color (decimal): -12896254 or 145467. OLE color: 145467.

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

Color convert

RGB 59 56 2 -
CMYK 0 0.05 0.97 0.77
HSL 56.84º 0.93% 0.12% -
HSV(B) 56.84º 0.97% 0.23% -
XYZ 3.23 3.76 0.61 -
YUV 50.74 100.49 133.89 -
System Red Green Blue C M Y K H S L
Decimal 59 56 2 0 0.05 0.97 0.77 56.84 0.93 0.12
Hex 3B 38 2 0 5 61 4D 39 5D C
Octal 73 70 2 0 5 141 115 71 135 14
Binary 111011 111000 10 0 101 1100001 1001101 111001 1011101 1100

Color Harmonies of #3B3802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3802

Black with #3B3802

Text Example


Text Example

White with #3B3802

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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