Shades of Turtle Green #35420A
Tints of Turtle Green #35420A
RGB
CMYK
RGB Variations
Color information
#35420A (or 0x35420A) is known color: Turtle Green. HEX triplet: 35, 42 and 0A. RGB value is (53,66,10). Sum of RGB (Red+Green+Blue) = 53+66+10=129 (17% of max value = 765). Red value is 53 (21.09% from 255 or 41.09% from 129); Green value is 66 (26.17% from 255 or 51.16% from 129); Blue value is 10 (4.30% from 255 or 7.75% from 129); Max value from RGB is 66 - color contains mainly: green. Hex color #35420A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35420A is #CABDF5. Grayscale: #373737. Windows color (decimal): -13286902 or 672309. OLE color: 672309.
HSL color Cylindrical-coordinate representation of color #35420A: hue angle of 73.93º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #35420A is Cyan = 0.20, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 53 | 66 | 10 | - |
| CMYK | 0.20 | 0 | 0.85 | 0.74 |
| HSL | 73.93º | 0.74% | 0.15% | - |
| HSV(B) | 73.93º | 0.85% | 0.26% | - |
| XYZ | 3.47 | 4.68 | 1.01 | - |
| YUV | 55.73 | 102.19 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 66 | 10 | 0.20 | 0 | 0.85 | 0.74 | 73.93 | 0.74 | 0.15 |
| Hex | 35 | 42 | A | 14 | 0 | 55 | 4A | 4A | 4A | F |
| Octal | 65 | 102 | 12 | 24 | 0 | 125 | 112 | 112 | 112 | 17 |
| Binary | 110101 | 1000010 | 1010 | 10100 | 0 | 1010101 | 1001010 | 1001010 | 1001010 | 1111 |
Color Harmonies of #35420A
Complementary color
Monochromatic Colors of #35420A
Black with #35420A
Text Example
Text Example
White with #35420A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35420A; }
p { color: rgb(53,66,10); }
H1.HeaderClassName
{
color: #35420A;
}
.AnyTagClassName
{
color: #35420A;
}
</style>
background-color css
<style>
a { background-color: #35420A; }
a { background-color: rgb(53,66,10); }
div.DivClassName
{
background-color: #35420A;
}
.BgClassName
{
background-color: #35420A;
}
</style>
border-color css
<style>
span { border-color: #35420A; }
span { border-color: rgb(53,66,10); }
td.TdClassName
{
border-color: #35420A;
}
.TagClassName
{
border-color: #35420A;
}
</style>