Shades of Turtle Green #35430B
Tints of Turtle Green #35430B
RGB
CMYK
RGB Variations
Color information
#35430B (or 0x35430B) is known color: Turtle Green. HEX triplet: 35, 43 and 0B. RGB value is (53,67,11). Sum of RGB (Red+Green+Blue) = 53+67+11=131 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.46% from 131); Green value is 67 (26.56% from 255 or 51.15% from 131); Blue value is 11 (4.69% from 255 or 8.40% from 131); Max value from RGB is 67 - color contains mainly: green. Hex color #35430B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35430B is #CABCF4. Grayscale: #383838. Windows color (decimal): -13286645 or 738101. OLE color: 738101.
HSL color Cylindrical-coordinate representation of color #35430B: hue angle of 75º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #35430B is Cyan = 0.21, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 53 | 67 | 11 | - |
| CMYK | 0.21 | 0 | 0.84 | 0.74 |
| HSL | 75º | 0.72% | 0.15% | - |
| HSV(B) | 75º | 0.84% | 0.26% | - |
| XYZ | 3.54 | 4.8 | 1.06 | - |
| YUV | 56.43 | 102.36 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 67 | 11 | 0.21 | 0 | 0.84 | 0.74 | 75 | 0.72 | 0.15 |
| Hex | 35 | 43 | B | 15 | 0 | 54 | 4A | 4B | 48 | F |
| Octal | 65 | 103 | 13 | 25 | 0 | 124 | 112 | 113 | 110 | 17 |
| Binary | 110101 | 1000011 | 1011 | 10101 | 0 | 1010100 | 1001010 | 1001011 | 1001000 | 1111 |
Color Harmonies of #35430B
Complementary color
Monochromatic Colors of #35430B
Black with #35430B
Text Example
Text Example
White with #35430B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35430B; }
p { color: rgb(53,67,11); }
H1.HeaderClassName
{
color: #35430B;
}
.AnyTagClassName
{
color: #35430B;
}
</style>
background-color css
<style>
a { background-color: #35430B; }
a { background-color: rgb(53,67,11); }
div.DivClassName
{
background-color: #35430B;
}
.BgClassName
{
background-color: #35430B;
}
</style>
border-color css
<style>
span { border-color: #35430B; }
span { border-color: rgb(53,67,11); }
td.TdClassName
{
border-color: #35430B;
}
.TagClassName
{
border-color: #35430B;
}
</style>