Shades of Turtle Green #36430F
Tints of Turtle Green #36430F
RGB
CMYK
RGB Variations
Color information
#36430F (or 0x36430F) is known color: Turtle Green. HEX triplet: 36, 43 and 0F. RGB value is (54,67,15). Sum of RGB (Red+Green+Blue) = 54+67+15=136 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.71% from 136); Green value is 67 (26.56% from 255 or 49.26% from 136); Blue value is 15 (6.25% from 255 or 11.03% from 136); Max value from RGB is 67 - color contains mainly: green. Hex color #36430F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36430F is #C9BCF0. Grayscale: #393939. Windows color (decimal): -13221105 or 1000246. OLE color: 1000246.
HSL color Cylindrical-coordinate representation of color #36430F: hue angle of 75º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36430F is Cyan = 0.19, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 54 | 67 | 15 | - |
| CMYK | 0.19 | 0 | 0.78 | 0.74 |
| HSL | 75º | 0.63% | 0.16% | - |
| HSV(B) | 75º | 0.78% | 0.26% | - |
| XYZ | 3.61 | 4.83 | 1.19 | - |
| YUV | 57.19 | 104.19 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 67 | 15 | 0.19 | 0 | 0.78 | 0.74 | 75 | 0.63 | 0.16 |
| Hex | 36 | 43 | F | 13 | 0 | 4E | 4A | 4B | 3F | 10 |
| Octal | 66 | 103 | 17 | 23 | 0 | 116 | 112 | 113 | 77 | 20 |
| Binary | 110110 | 1000011 | 1111 | 10011 | 0 | 1001110 | 1001010 | 1001011 | 111111 | 10000 |
Color Harmonies of #36430F
Complementary color
Monochromatic Colors of #36430F
Black with #36430F
Text Example
Text Example
White with #36430F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36430F; }
p { color: rgb(54,67,15); }
H1.HeaderClassName
{
color: #36430F;
}
.AnyTagClassName
{
color: #36430F;
}
</style>
background-color css
<style>
a { background-color: #36430F; }
a { background-color: rgb(54,67,15); }
div.DivClassName
{
background-color: #36430F;
}
.BgClassName
{
background-color: #36430F;
}
</style>
border-color css
<style>
span { border-color: #36430F; }
span { border-color: rgb(54,67,15); }
td.TdClassName
{
border-color: #36430F;
}
.TagClassName
{
border-color: #36430F;
}
</style>