Shades of Turtle Green #363502
Tints of Turtle Green #363502
RGB
CMYK
RGB Variations
Color information
#363502 (or 0x363502) is known color: Turtle Green. HEX triplet: 36, 35 and 02. RGB value is (54,53,2). Sum of RGB (Red+Green+Blue) = 54+53+2=109 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.54% from 109); Green value is 53 (21.09% from 255 or 48.62% from 109); Blue value is 2 (1.17% from 255 or 1.83% from 109); Max value from RGB is 54 - color contains mainly: red. Hex color #363502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363502 is #C9CAFD. Grayscale: #2F2F2F. Windows color (decimal): -13224702 or 144694. OLE color: 144694.
HSL color Cylindrical-coordinate representation of color #363502: hue angle of 58.85º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #363502 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 53 | 2 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.79 |
| HSL | 58.85º | 0.93% | 0.11% | - |
| HSV(B) | 58.85º | 0.96% | 0.21% | - |
| XYZ | 2.81 | 3.33 | 0.55 | - |
| YUV | 47.49 | 102.33 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 53 | 2 | 0 | 0.02 | 0.96 | 0.79 | 58.85 | 0.93 | 0.11 |
| Hex | 36 | 35 | 2 | 0 | 2 | 60 | 4F | 3B | 5D | B |
| Octal | 66 | 65 | 2 | 0 | 2 | 140 | 117 | 73 | 135 | 13 |
| Binary | 110110 | 110101 | 10 | 0 | 10 | 1100000 | 1001111 | 111011 | 1011101 | 1011 |
Color Harmonies of #363502
Complementary color
Monochromatic Colors of #363502
Black with #363502
Text Example
Text Example
White with #363502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363502; }
p { color: rgb(54,53,2); }
H1.HeaderClassName
{
color: #363502;
}
.AnyTagClassName
{
color: #363502;
}
</style>
background-color css
<style>
a { background-color: #363502; }
a { background-color: rgb(54,53,2); }
div.DivClassName
{
background-color: #363502;
}
.BgClassName
{
background-color: #363502;
}
</style>
border-color css
<style>
span { border-color: #363502; }
span { border-color: rgb(54,53,2); }
td.TdClassName
{
border-color: #363502;
}
.TagClassName
{
border-color: #363502;
}
</style>