Shades of Turtle Green #363702
Tints of Turtle Green #363702
RGB
CMYK
RGB Variations
Color information
#363702 (or 0x363702) is known color: Turtle Green. HEX triplet: 36, 37 and 02. RGB value is (54,55,2). Sum of RGB (Red+Green+Blue) = 54+55+2=111 (14% of max value = 765). Red value is 54 (21.48% from 255 or 48.65% from 111); Green value is 55 (21.88% from 255 or 49.55% from 111); Blue value is 2 (1.17% from 255 or 1.80% from 111); Max value from RGB is 55 - color contains mainly: green. Hex color #363702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #363702 is #C9C8FD. Grayscale: #303030. Windows color (decimal): -13224190 or 145206. OLE color: 145206.
HSL color Cylindrical-coordinate representation of color #363702: hue angle of 61.13º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #363702 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 54 | 55 | 2 | - |
| CMYK | 0.02 | 0 | 0.96 | 0.78 |
| HSL | 61.13º | 0.93% | 0.11% | - |
| HSV(B) | 61.13º | 0.96% | 0.22% | - |
| XYZ | 2.9 | 3.52 | 0.58 | - |
| YUV | 48.66 | 101.67 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 55 | 2 | 0.02 | 0 | 0.96 | 0.78 | 61.13 | 0.93 | 0.11 |
| Hex | 36 | 37 | 2 | 2 | 0 | 60 | 4E | 3D | 5D | B |
| Octal | 66 | 67 | 2 | 2 | 0 | 140 | 116 | 75 | 135 | 13 |
| Binary | 110110 | 110111 | 10 | 10 | 0 | 1100000 | 1001110 | 111101 | 1011101 | 1011 |
Color Harmonies of #363702
Complementary color
Monochromatic Colors of #363702
Black with #363702
Text Example
Text Example
White with #363702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363702; }
p { color: rgb(54,55,2); }
H1.HeaderClassName
{
color: #363702;
}
.AnyTagClassName
{
color: #363702;
}
</style>
background-color css
<style>
a { background-color: #363702; }
a { background-color: rgb(54,55,2); }
div.DivClassName
{
background-color: #363702;
}
.BgClassName
{
background-color: #363702;
}
</style>
border-color css
<style>
span { border-color: #363702; }
span { border-color: rgb(54,55,2); }
td.TdClassName
{
border-color: #363702;
}
.TagClassName
{
border-color: #363702;
}
</style>