Shades of Turtle Green #325203
Tints of Turtle Green #325203
RGB
CMYK
RGB Variations
Color information
#325203 (or 0x325203) is known color: Turtle Green. HEX triplet: 32, 52 and 03. RGB value is (50,82,3). Sum of RGB (Red+Green+Blue) = 50+82+3=135 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.04% from 135); Green value is 82 (32.42% from 255 or 60.74% from 135); Blue value is 3 (1.56% from 255 or 2.22% from 135); Max value from RGB is 82 - color contains mainly: green. Hex color #325203 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325203 is #CDADFC. Grayscale: #3F3F3F. Windows color (decimal): -13479421 or 217650. OLE color: 217650.
HSL color Cylindrical-coordinate representation of color #325203: hue angle of 84.3º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #325203 is Cyan = 0.39, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 82 | 3 | - |
| CMYK | 0.39 | 0 | 0.96 | 0.68 |
| HSL | 84.3º | 0.93% | 0.17% | - |
| HSV(B) | 84.3º | 0.96% | 0.32% | - |
| XYZ | 4.35 | 6.72 | 1.15 | - |
| YUV | 63.43 | 93.9 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 82 | 3 | 0.39 | 0 | 0.96 | 0.68 | 84.3 | 0.93 | 0.17 |
| Hex | 32 | 52 | 3 | 27 | 0 | 60 | 44 | 54 | 5D | 11 |
| Octal | 62 | 122 | 3 | 47 | 0 | 140 | 104 | 124 | 135 | 21 |
| Binary | 110010 | 1010010 | 11 | 100111 | 0 | 1100000 | 1000100 | 1010100 | 1011101 | 10001 |
Color Harmonies of #325203
Complementary color
Monochromatic Colors of #325203
Black with #325203
Text Example
Text Example
White with #325203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325203; }
p { color: rgb(50,82,3); }
H1.HeaderClassName
{
color: #325203;
}
.AnyTagClassName
{
color: #325203;
}
</style>
background-color css
<style>
a { background-color: #325203; }
a { background-color: rgb(50,82,3); }
div.DivClassName
{
background-color: #325203;
}
.BgClassName
{
background-color: #325203;
}
</style>
border-color css
<style>
span { border-color: #325203; }
span { border-color: rgb(50,82,3); }
td.TdClassName
{
border-color: #325203;
}
.TagClassName
{
border-color: #325203;
}
</style>