Shades of Turtle Green #35450A
Tints of Turtle Green #35450A
RGB
CMYK
RGB Variations
Color information
#35450A (or 0x35450A) is known color: Turtle Green. HEX triplet: 35, 45 and 0A. RGB value is (53,69,10). Sum of RGB (Red+Green+Blue) = 53+69+10=132 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.15% from 132); Green value is 69 (27.34% from 255 or 52.27% from 132); Blue value is 10 (4.30% from 255 or 7.58% from 132); Max value from RGB is 69 - color contains mainly: green. Hex color #35450A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35450A is #CABAF5. Grayscale: #393939. Windows color (decimal): -13286134 or 673077. OLE color: 673077.
HSL color Cylindrical-coordinate representation of color #35450A: hue angle of 76.27º degrees, saturation: 0.75, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #35450A is Cyan = 0.23, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 69 | 10 | - |
| CMYK | 0.23 | 0 | 0.86 | 0.73 |
| HSL | 76.27º | 0.75% | 0.15% | - |
| HSV(B) | 76.27º | 0.86% | 0.27% | - |
| XYZ | 3.65 | 5.04 | 1.07 | - |
| YUV | 57.49 | 101.2 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 69 | 10 | 0.23 | 0 | 0.86 | 0.73 | 76.27 | 0.75 | 0.15 |
| Hex | 35 | 45 | A | 17 | 0 | 56 | 49 | 4C | 4B | F |
| Octal | 65 | 105 | 12 | 27 | 0 | 126 | 111 | 114 | 113 | 17 |
| Binary | 110101 | 1000101 | 1010 | 10111 | 0 | 1010110 | 1001001 | 1001100 | 1001011 | 1111 |
Color Harmonies of #35450A
Complementary color
Monochromatic Colors of #35450A
Black with #35450A
Text Example
Text Example
White with #35450A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35450A; }
p { color: rgb(53,69,10); }
H1.HeaderClassName
{
color: #35450A;
}
.AnyTagClassName
{
color: #35450A;
}
</style>
background-color css
<style>
a { background-color: #35450A; }
a { background-color: rgb(53,69,10); }
div.DivClassName
{
background-color: #35450A;
}
.BgClassName
{
background-color: #35450A;
}
</style>
border-color css
<style>
span { border-color: #35450A; }
span { border-color: rgb(53,69,10); }
td.TdClassName
{
border-color: #35450A;
}
.TagClassName
{
border-color: #35450A;
}
</style>