#3B3F20

Color #3B3F20 Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #3B3F20

Tints of Turtle Green #3B3F20

Color information

#3B3F20 (or 0x3B3F20) is unknown color: approx Turtle Green. HEX triplet: 3B, 3F and 20. RGB value is (59,63,32). Sum of RGB (Red+Green+Blue) = 59+63+32=154 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.31% from 154); Green value is 63 (25% from 255 or 40.91% from 154); Blue value is 32 (12.89% from 255 or 20.78% from 154); Max value from RGB is 63 - color contains mainly: green. Hex color #3B3F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3F20 is #C4C0DF. Grayscale: #3A3A3A. Windows color (decimal): -12894432 or 2113339. OLE color: 2113339.

HSL color Cylindrical-coordinate representation of color #3B3F20: hue angle of 67.74º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3B3F20 is Cyan = 0.06, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.75.

Color convert

RGB596332-
CMYK0.0600.490.75
HSL67.74º32.63%18.63%-
HSV(B)67.74º49.21%24.71%-
XYZ3.844.592.05-
YUV58.27113.17128.52-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 38.31%
GREEN value IS 63 (25% from 255) = 40.91%
BLUE value IS 32 (12.89% from 255) = 20.78%
R=38.31%
G=40.91%
B=20.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5963320.0600.490.7567.7432.6318.63
Hex3B3F2060314B442113
Octal73774060611131044123
Binary11101111111110000011001100011001011100010010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,63,32); }

 H1.HeaderClassName
 {
   color: #3B3F20;
 }
 .AnyTagClassName
 {
   color: #3B3F20;
 }
</style>
background-color css

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

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

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

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

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

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