Shades of Turtle Green #325303
Tints of Turtle Green #325303
RGB
CMYK
RGB Variations
Color information
#325303 (or 0x325303) is known color: Turtle Green. HEX triplet: 32, 53 and 03. RGB value is (50,83,3). Sum of RGB (Red+Green+Blue) = 50+83+3=136 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.76% from 136); Green value is 83 (32.81% from 255 or 61.03% from 136); Blue value is 3 (1.56% from 255 or 2.21% from 136); Max value from RGB is 83 - color contains mainly: green. Hex color #325303 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #325303 is #CDACFC. Grayscale: #404040. Windows color (decimal): -13479165 or 217906. OLE color: 217906.
HSL color Cylindrical-coordinate representation of color #325303: hue angle of 84.75º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #325303 is Cyan = 0.40, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 50 | 83 | 3 | - |
| CMYK | 0.40 | 0 | 0.96 | 0.67 |
| HSL | 84.75º | 0.93% | 0.17% | - |
| HSV(B) | 84.75º | 0.96% | 0.33% | - |
| XYZ | 4.43 | 6.87 | 1.18 | - |
| YUV | 64.01 | 93.57 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 83 | 3 | 0.40 | 0 | 0.96 | 0.67 | 84.75 | 0.93 | 0.17 |
| Hex | 32 | 53 | 3 | 28 | 0 | 60 | 43 | 55 | 5D | 11 |
| Octal | 62 | 123 | 3 | 50 | 0 | 140 | 103 | 125 | 135 | 21 |
| Binary | 110010 | 1010011 | 11 | 101000 | 0 | 1100000 | 1000011 | 1010101 | 1011101 | 10001 |
Color Harmonies of #325303
Complementary color
Monochromatic Colors of #325303
Black with #325303
Text Example
Text Example
White with #325303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325303; }
p { color: rgb(50,83,3); }
H1.HeaderClassName
{
color: #325303;
}
.AnyTagClassName
{
color: #325303;
}
</style>
background-color css
<style>
a { background-color: #325303; }
a { background-color: rgb(50,83,3); }
div.DivClassName
{
background-color: #325303;
}
.BgClassName
{
background-color: #325303;
}
</style>
border-color css
<style>
span { border-color: #325303; }
span { border-color: rgb(50,83,3); }
td.TdClassName
{
border-color: #325303;
}
.TagClassName
{
border-color: #325303;
}
</style>