Shades of Turtle Green #363D23
Tints of Turtle Green #363D23
RGB
CMYK
RGB Variations
Color information
#363D23 (or 0x363D23) is known color: Turtle Green. HEX triplet: 36, 3D and 23. RGB value is (54,61,35). Sum of RGB (Red+Green+Blue) = 54+61+35=150 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36% from 150); Green value is 61 (24.22% from 255 or 40.67% from 150); Blue value is 35 (14.06% from 255 or 23.33% from 150); Max value from RGB is 61 - color contains mainly: green. Hex color #363D23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363D23 is #C9C2DC. Grayscale: #383838. Windows color (decimal): -13222621 or 2309430. OLE color: 2309430.
HSL color Cylindrical-coordinate representation of color #363D23: hue angle of 76.15º degrees, saturation: 0.27, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #363D23 is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 61 | 35 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.76 |
| HSL | 76.15º | 0.27% | 0.19% | - |
| HSV(B) | 76.15º | 0.43% | 0.24% | - |
| XYZ | 3.49 | 4.24 | 2.22 | - |
| YUV | 55.94 | 116.18 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 61 | 35 | 0.11 | 0 | 0.43 | 0.76 | 76.15 | 0.27 | 0.19 |
| Hex | 36 | 3D | 23 | B | 0 | 2B | 4C | 4C | 1B | 13 |
| Octal | 66 | 75 | 43 | 13 | 0 | 53 | 114 | 114 | 33 | 23 |
| Binary | 110110 | 111101 | 100011 | 1011 | 0 | 101011 | 1001100 | 1001100 | 11011 | 10011 |
Color Harmonies of #363D23
Complementary color
Monochromatic Colors of #363D23
Black with #363D23
Text Example
Text Example
White with #363D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363D23; }
p { color: rgb(54,61,35); }
H1.HeaderClassName
{
color: #363D23;
}
.AnyTagClassName
{
color: #363D23;
}
</style>
background-color css
<style>
a { background-color: #363D23; }
a { background-color: rgb(54,61,35); }
div.DivClassName
{
background-color: #363D23;
}
.BgClassName
{
background-color: #363D23;
}
</style>
border-color css
<style>
span { border-color: #363D23; }
span { border-color: rgb(54,61,35); }
td.TdClassName
{
border-color: #363D23;
}
.TagClassName
{
border-color: #363D23;
}
</style>