#3B4020

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

Shades of Turtle Green #3B4020

Tints of Turtle Green #3B4020

Color information

#3B4020 (or 0x3B4020) is unknown color: approx Turtle Green. HEX triplet: 3B, 40 and 20. RGB value is (59,64,32). Sum of RGB (Red+Green+Blue) = 59+64+32=155 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.06% from 155); Green value is 64 (25.39% from 255 or 41.29% from 155); Blue value is 32 (12.89% from 255 or 20.65% from 155); Max value from RGB is 64 - color contains mainly: green. Hex color #3B4020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4020 is #C4BFDF. Grayscale: #3A3A3A. Windows color (decimal): -12894176 or 2113595. OLE color: 2113595.

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

Color convert

RGB596432-
CMYK0.0800.500.75
HSL69.38º33.33%18.82%-
HSV(B)69.38º50%25.1%-
XYZ3.94.72.07-
YUV58.86112.84128.1-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 38.06%
GREEN value IS 64 (25.39% from 255) = 41.29%
BLUE value IS 32 (12.89% from 255) = 20.65%
R=38.06%
G=41.29%
B=20.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5964320.0800.500.7569.3833.3318.82
Hex3B402080324B452113
Octal7310040100621131054123
Binary1110111000000100000100001100101001011100010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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