Shades of Turtle Green #36420F
Tints of Turtle Green #36420F
RGB
CMYK
RGB Variations
Color information
#36420F (or 0x36420F) is known color: Turtle Green. HEX triplet: 36, 42 and 0F. RGB value is (54,66,15). Sum of RGB (Red+Green+Blue) = 54+66+15=135 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40% from 135); Green value is 66 (26.17% from 255 or 48.89% from 135); Blue value is 15 (6.25% from 255 or 11.11% from 135); Max value from RGB is 66 - color contains mainly: green. Hex color #36420F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36420F is #C9BDF0. Grayscale: #383838. Windows color (decimal): -13221361 or 999990. OLE color: 999990.
HSL color Cylindrical-coordinate representation of color #36420F: hue angle of 74.12º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36420F is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 54 | 66 | 15 | - |
| CMYK | 0.18 | 0 | 0.77 | 0.74 |
| HSL | 74.12º | 0.63% | 0.16% | - |
| HSV(B) | 74.12º | 0.77% | 0.26% | - |
| XYZ | 3.56 | 4.72 | 1.17 | - |
| YUV | 56.6 | 104.52 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 66 | 15 | 0.18 | 0 | 0.77 | 0.74 | 74.12 | 0.63 | 0.16 |
| Hex | 36 | 42 | F | 12 | 0 | 4D | 4A | 4A | 3F | 10 |
| Octal | 66 | 102 | 17 | 22 | 0 | 115 | 112 | 112 | 77 | 20 |
| Binary | 110110 | 1000010 | 1111 | 10010 | 0 | 1001101 | 1001010 | 1001010 | 111111 | 10000 |
Color Harmonies of #36420F
Complementary color
Monochromatic Colors of #36420F
Black with #36420F
Text Example
Text Example
White with #36420F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36420F; }
p { color: rgb(54,66,15); }
H1.HeaderClassName
{
color: #36420F;
}
.AnyTagClassName
{
color: #36420F;
}
</style>
background-color css
<style>
a { background-color: #36420F; }
a { background-color: rgb(54,66,15); }
div.DivClassName
{
background-color: #36420F;
}
.BgClassName
{
background-color: #36420F;
}
</style>
border-color css
<style>
span { border-color: #36420F; }
span { border-color: rgb(54,66,15); }
td.TdClassName
{
border-color: #36420F;
}
.TagClassName
{
border-color: #36420F;
}
</style>