Shades of Turtle Green #325102
Tints of Turtle Green #325102
RGB
CMYK
RGB Variations
Color information
#325102 (or 0x325102) is known color: Turtle Green. HEX triplet: 32, 51 and 02. RGB value is (50,81,2). Sum of RGB (Red+Green+Blue) = 50+81+2=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 81 (32.03% from 255 or 60.90% from 133); Blue value is 2 (1.17% from 255 or 1.50% from 133); Max value from RGB is 81 - color contains mainly: green. Hex color #325102 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325102 is #CDAEFD. Grayscale: #3F3F3F. Windows color (decimal): -13479678 or 151858. OLE color: 151858.
HSL color Cylindrical-coordinate representation of color #325102: hue angle of 83.54º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #325102 is Cyan = 0.38, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 50 | 81 | 2 | - |
| CMYK | 0.38 | 0 | 0.98 | 0.68 |
| HSL | 83.54º | 0.95% | 0.16% | - |
| HSV(B) | 83.54º | 0.98% | 0.32% | - |
| XYZ | 4.27 | 6.57 | 1.1 | - |
| YUV | 62.73 | 93.73 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 81 | 2 | 0.38 | 0 | 0.98 | 0.68 | 83.54 | 0.95 | 0.16 |
| Hex | 32 | 51 | 2 | 26 | 0 | 62 | 44 | 54 | 5F | 10 |
| Octal | 62 | 121 | 2 | 46 | 0 | 142 | 104 | 124 | 137 | 20 |
| Binary | 110010 | 1010001 | 10 | 100110 | 0 | 1100010 | 1000100 | 1010100 | 1011111 | 10000 |
Color Harmonies of #325102
Complementary color
Monochromatic Colors of #325102
Black with #325102
Text Example
Text Example
White with #325102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325102; }
p { color: rgb(50,81,2); }
H1.HeaderClassName
{
color: #325102;
}
.AnyTagClassName
{
color: #325102;
}
</style>
background-color css
<style>
a { background-color: #325102; }
a { background-color: rgb(50,81,2); }
div.DivClassName
{
background-color: #325102;
}
.BgClassName
{
background-color: #325102;
}
</style>
border-color css
<style>
span { border-color: #325102; }
span { border-color: rgb(50,81,2); }
td.TdClassName
{
border-color: #325102;
}
.TagClassName
{
border-color: #325102;
}
</style>