Shades of Turtle Green #36451D
Tints of Turtle Green #36451D
RGB
CMYK
RGB Variations
Color information
#36451D (or 0x36451D) is known color: Turtle Green. HEX triplet: 36, 45 and 1D. RGB value is (54,69,29). Sum of RGB (Red+Green+Blue) = 54+69+29=152 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.53% from 152); Green value is 69 (27.34% from 255 or 45.39% from 152); Blue value is 29 (11.72% from 255 or 19.08% from 152); Max value from RGB is 69 - color contains mainly: green. Hex color #36451D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36451D is #C9BAE2. Grayscale: #3C3C3C. Windows color (decimal): -13220579 or 1918262. OLE color: 1918262.
HSL color Cylindrical-coordinate representation of color #36451D: hue angle of 82.5º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #36451D is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 54 | 69 | 29 | - |
| CMYK | 0.22 | 0 | 0.58 | 0.73 |
| HSL | 82.5º | 0.41% | 0.19% | - |
| HSV(B) | 82.5º | 0.58% | 0.27% | - |
| XYZ | 3.87 | 5.13 | 1.95 | - |
| YUV | 59.96 | 110.53 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 69 | 29 | 0.22 | 0 | 0.58 | 0.73 | 82.5 | 0.41 | 0.19 |
| Hex | 36 | 45 | 1D | 16 | 0 | 3A | 49 | 52 | 29 | 13 |
| Octal | 66 | 105 | 35 | 26 | 0 | 72 | 111 | 122 | 51 | 23 |
| Binary | 110110 | 1000101 | 11101 | 10110 | 0 | 111010 | 1001001 | 1010010 | 101001 | 10011 |
Color Harmonies of #36451D
Complementary color
Monochromatic Colors of #36451D
Black with #36451D
Text Example
Text Example
White with #36451D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36451D; }
p { color: rgb(54,69,29); }
H1.HeaderClassName
{
color: #36451D;
}
.AnyTagClassName
{
color: #36451D;
}
</style>
background-color css
<style>
a { background-color: #36451D; }
a { background-color: rgb(54,69,29); }
div.DivClassName
{
background-color: #36451D;
}
.BgClassName
{
background-color: #36451D;
}
</style>
border-color css
<style>
span { border-color: #36451D; }
span { border-color: rgb(54,69,29); }
td.TdClassName
{
border-color: #36451D;
}
.TagClassName
{
border-color: #36451D;
}
</style>