Shades of Turtle Green #354A02
Tints of Turtle Green #354A02
RGB
CMYK
RGB Variations
Color information
#354A02 (or 0x354A02) is known color: Turtle Green. HEX triplet: 35, 4A and 02. RGB value is (53,74,2). Sum of RGB (Red+Green+Blue) = 53+74+2=129 (17% of max value = 765). Red value is 53 (21.09% from 255 or 41.09% from 129); Green value is 74 (29.30% from 255 or 57.36% from 129); Blue value is 2 (1.17% from 255 or 1.55% from 129); Max value from RGB is 74 - color contains mainly: green. Hex color #354A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354A02 is #CAB5FD. Grayscale: #3B3B3B. Windows color (decimal): -13284862 or 150069. OLE color: 150069.
HSL color Cylindrical-coordinate representation of color #354A02: hue angle of 77.5º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #354A02 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 74 | 2 | - |
| CMYK | 0.28 | 0 | 0.97 | 0.71 |
| HSL | 77.5º | 0.95% | 0.15% | - |
| HSV(B) | 77.5º | 0.97% | 0.29% | - |
| XYZ | 3.93 | 5.66 | 0.94 | - |
| YUV | 59.51 | 95.54 | 123.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 74 | 2 | 0.28 | 0 | 0.97 | 0.71 | 77.5 | 0.95 | 0.15 |
| Hex | 35 | 4A | 2 | 1C | 0 | 61 | 47 | 4E | 5F | F |
| Octal | 65 | 112 | 2 | 34 | 0 | 141 | 107 | 116 | 137 | 17 |
| Binary | 110101 | 1001010 | 10 | 11100 | 0 | 1100001 | 1000111 | 1001110 | 1011111 | 1111 |
Color Harmonies of #354A02
Complementary color
Monochromatic Colors of #354A02
Black with #354A02
Text Example
Text Example
White with #354A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354A02; }
p { color: rgb(53,74,2); }
H1.HeaderClassName
{
color: #354A02;
}
.AnyTagClassName
{
color: #354A02;
}
</style>
background-color css
<style>
a { background-color: #354A02; }
a { background-color: rgb(53,74,2); }
div.DivClassName
{
background-color: #354A02;
}
.BgClassName
{
background-color: #354A02;
}
</style>
border-color css
<style>
span { border-color: #354A02; }
span { border-color: rgb(53,74,2); }
td.TdClassName
{
border-color: #354A02;
}
.TagClassName
{
border-color: #354A02;
}
</style>