#3B4221

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

Shades of Turtle Green #3B4221

Tints of Turtle Green #3B4221

Color information

#3B4221 (or 0x3B4221) is unknown color: approx Turtle Green. HEX triplet: 3B, 42 and 21. RGB value is (59,66,33). Sum of RGB (Red+Green+Blue) = 59+66+33=158 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.34% from 158); Green value is 66 (26.17% from 255 or 41.77% from 158); Blue value is 33 (13.28% from 255 or 20.89% from 158); Max value from RGB is 66 - color contains mainly: green. Hex color #3B4221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4221 is #C4BDDE. Grayscale: #3C3C3C. Windows color (decimal): -12893663 or 2179643. OLE color: 2179643.

HSL color Cylindrical-coordinate representation of color #3B4221: hue angle of 72.73º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B4221 is Cyan = 0.11, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.74.

Color convert

RGB596633-
CMYK0.1100.50.74
HSL72.73º33.33%19.41%-
HSV(B)72.73º50%25.88%-
XYZ4.034.942.18-
YUV60.14112.68127.18-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 37.34%
GREEN value IS 66 (26.17% from 255) = 41.77%
BLUE value IS 33 (13.28% from 255) = 20.89%
R=37.34%
G=41.77%
B=20.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5966330.1100.50.7472.7333.3319.41
Hex3B4221B0324A492113
Octal7310241130621121114123
Binary1110111000010100001101101100101001010100100110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,66,33); }

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

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

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

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

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

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

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