Shades of Turtle Green #35430F
Tints of Turtle Green #35430F
RGB
CMYK
RGB Variations
Color information
#35430F (or 0x35430F) is known color: Turtle Green. HEX triplet: 35, 43 and 0F. RGB value is (53,67,15). Sum of RGB (Red+Green+Blue) = 53+67+15=135 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.26% from 135); Green value is 67 (26.56% from 255 or 49.63% from 135); Blue value is 15 (6.25% from 255 or 11.11% from 135); Max value from RGB is 67 - color contains mainly: green. Hex color #35430F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35430F is #CABCF0. Grayscale: #393939. Windows color (decimal): -13286641 or 1000245. OLE color: 1000245.
HSL color Cylindrical-coordinate representation of color #35430F: hue angle of 76.15º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35430F is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 53 | 67 | 15 | - |
| CMYK | 0.21 | 0 | 0.78 | 0.74 |
| HSL | 76.15º | 0.63% | 0.16% | - |
| HSV(B) | 76.15º | 0.78% | 0.26% | - |
| XYZ | 3.56 | 4.81 | 1.19 | - |
| YUV | 56.89 | 104.36 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 67 | 15 | 0.21 | 0 | 0.78 | 0.74 | 76.15 | 0.63 | 0.16 |
| Hex | 35 | 43 | F | 15 | 0 | 4E | 4A | 4C | 3F | 10 |
| Octal | 65 | 103 | 17 | 25 | 0 | 116 | 112 | 114 | 77 | 20 |
| Binary | 110101 | 1000011 | 1111 | 10101 | 0 | 1001110 | 1001010 | 1001100 | 111111 | 10000 |
Color Harmonies of #35430F
Complementary color
Monochromatic Colors of #35430F
Black with #35430F
Text Example
Text Example
White with #35430F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35430F; }
p { color: rgb(53,67,15); }
H1.HeaderClassName
{
color: #35430F;
}
.AnyTagClassName
{
color: #35430F;
}
</style>
background-color css
<style>
a { background-color: #35430F; }
a { background-color: rgb(53,67,15); }
div.DivClassName
{
background-color: #35430F;
}
.BgClassName
{
background-color: #35430F;
}
</style>
border-color css
<style>
span { border-color: #35430F; }
span { border-color: rgb(53,67,15); }
td.TdClassName
{
border-color: #35430F;
}
.TagClassName
{
border-color: #35430F;
}
</style>