Shades of Turtle Green #35500C
Tints of Turtle Green #35500C
RGB
CMYK
RGB Variations
Color information
#35500C (or 0x35500C) is known color: Turtle Green. HEX triplet: 35, 50 and 0C. RGB value is (53,80,12). Sum of RGB (Red+Green+Blue) = 53+80+12=145 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.55% from 145); Green value is 80 (31.64% from 255 or 55.17% from 145); Blue value is 12 (5.08% from 255 or 8.28% from 145); Max value from RGB is 80 - color contains mainly: green. Hex color #35500C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #35500C is #CAAFF3. Grayscale: #404040. Windows color (decimal): -13283316 or 806965. OLE color: 806965.
HSL color Cylindrical-coordinate representation of color #35500C: hue angle of 83.82º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #35500C is Cyan = 0.34, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 80 | 12 | - |
| CMYK | 0.34 | 0 | 0.85 | 0.69 |
| HSL | 83.82º | 0.74% | 0.18% | - |
| HSV(B) | 83.82º | 0.85% | 0.31% | - |
| XYZ | 4.4 | 6.52 | 1.37 | - |
| YUV | 64.18 | 98.55 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 80 | 12 | 0.34 | 0 | 0.85 | 0.69 | 83.82 | 0.74 | 0.18 |
| Hex | 35 | 50 | C | 22 | 0 | 55 | 45 | 54 | 4A | 12 |
| Octal | 65 | 120 | 14 | 42 | 0 | 125 | 105 | 124 | 112 | 22 |
| Binary | 110101 | 1010000 | 1100 | 100010 | 0 | 1010101 | 1000101 | 1010100 | 1001010 | 10010 |
Color Harmonies of #35500C
Complementary color
Monochromatic Colors of #35500C
Black with #35500C
Text Example
Text Example
White with #35500C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35500C; }
p { color: rgb(53,80,12); }
H1.HeaderClassName
{
color: #35500C;
}
.AnyTagClassName
{
color: #35500C;
}
</style>
background-color css
<style>
a { background-color: #35500C; }
a { background-color: rgb(53,80,12); }
div.DivClassName
{
background-color: #35500C;
}
.BgClassName
{
background-color: #35500C;
}
</style>
border-color css
<style>
span { border-color: #35500C; }
span { border-color: rgb(53,80,12); }
td.TdClassName
{
border-color: #35500C;
}
.TagClassName
{
border-color: #35500C;
}
</style>