Shades of Turtle Green #323602
Tints of Turtle Green #323602
RGB
CMYK
RGB Variations
Color information
#323602 (or 0x323602) is known color: Turtle Green. HEX triplet: 32, 36 and 02. RGB value is (50,54,2). Sum of RGB (Red+Green+Blue) = 50+54+2=106 (14% of max value = 765). Red value is 50 (19.92% from 255 or 47.17% from 106); Green value is 54 (21.48% from 255 or 50.94% from 106); Blue value is 2 (1.17% from 255 or 1.89% from 106); Max value from RGB is 54 - color contains mainly: green. Hex color #323602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #323602 is #CDC9FD. Grayscale: #2F2F2F. Windows color (decimal): -13486590 or 144946. OLE color: 144946.
HSL color Cylindrical-coordinate representation of color #323602: hue angle of 64.62º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #323602 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 50 | 54 | 2 | - |
| CMYK | 0.07 | 0 | 0.96 | 0.79 |
| HSL | 64.62º | 0.93% | 0.11% | - |
| HSV(B) | 64.62º | 0.96% | 0.21% | - |
| XYZ | 2.65 | 3.32 | 0.56 | - |
| YUV | 46.88 | 102.67 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 54 | 2 | 0.07 | 0 | 0.96 | 0.79 | 64.62 | 0.93 | 0.11 |
| Hex | 32 | 36 | 2 | 7 | 0 | 60 | 4F | 41 | 5D | B |
| Octal | 62 | 66 | 2 | 7 | 0 | 140 | 117 | 101 | 135 | 13 |
| Binary | 110010 | 110110 | 10 | 111 | 0 | 1100000 | 1001111 | 1000001 | 1011101 | 1011 |
Color Harmonies of #323602
Complementary color
Monochromatic Colors of #323602
Black with #323602
Text Example
Text Example
White with #323602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323602; }
p { color: rgb(50,54,2); }
H1.HeaderClassName
{
color: #323602;
}
.AnyTagClassName
{
color: #323602;
}
</style>
background-color css
<style>
a { background-color: #323602; }
a { background-color: rgb(50,54,2); }
div.DivClassName
{
background-color: #323602;
}
.BgClassName
{
background-color: #323602;
}
</style>
border-color css
<style>
span { border-color: #323602; }
span { border-color: rgb(50,54,2); }
td.TdClassName
{
border-color: #323602;
}
.TagClassName
{
border-color: #323602;
}
</style>