Shades of Turtle Green #36430B
Tints of Turtle Green #36430B
RGB
CMYK
RGB Variations
Color information
#36430B (or 0x36430B) is known color: Turtle Green. HEX triplet: 36, 43 and 0B. RGB value is (54,67,11). Sum of RGB (Red+Green+Blue) = 54+67+11=132 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.91% from 132); Green value is 67 (26.56% from 255 or 50.76% from 132); Blue value is 11 (4.69% from 255 or 8.33% from 132); Max value from RGB is 67 - color contains mainly: green. Hex color #36430B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #36430B is #C9BCF4. Grayscale: #383838. Windows color (decimal): -13221109 or 738102. OLE color: 738102.
HSL color Cylindrical-coordinate representation of color #36430B: hue angle of 73.93º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #36430B is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 54 | 67 | 11 | - |
| CMYK | 0.19 | 0 | 0.84 | 0.74 |
| HSL | 73.93º | 0.72% | 0.15% | - |
| HSV(B) | 73.93º | 0.84% | 0.26% | - |
| XYZ | 3.59 | 4.82 | 1.06 | - |
| YUV | 56.73 | 102.19 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 67 | 11 | 0.19 | 0 | 0.84 | 0.74 | 73.93 | 0.72 | 0.15 |
| Hex | 36 | 43 | B | 13 | 0 | 54 | 4A | 4A | 48 | F |
| Octal | 66 | 103 | 13 | 23 | 0 | 124 | 112 | 112 | 110 | 17 |
| Binary | 110110 | 1000011 | 1011 | 10011 | 0 | 1010100 | 1001010 | 1001010 | 1001000 | 1111 |
Color Harmonies of #36430B
Complementary color
Monochromatic Colors of #36430B
Black with #36430B
Text Example
Text Example
White with #36430B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36430B; }
p { color: rgb(54,67,11); }
H1.HeaderClassName
{
color: #36430B;
}
.AnyTagClassName
{
color: #36430B;
}
</style>
background-color css
<style>
a { background-color: #36430B; }
a { background-color: rgb(54,67,11); }
div.DivClassName
{
background-color: #36430B;
}
.BgClassName
{
background-color: #36430B;
}
</style>
border-color css
<style>
span { border-color: #36430B; }
span { border-color: rgb(54,67,11); }
td.TdClassName
{
border-color: #36430B;
}
.TagClassName
{
border-color: #36430B;
}
</style>