Shades of Turtle Green #363F1B
Tints of Turtle Green #363F1B
RGB
CMYK
RGB Variations
Color information
#363F1B (or 0x363F1B) is known color: Turtle Green. HEX triplet: 36, 3F and 1B. RGB value is (54,63,27). Sum of RGB (Red+Green+Blue) = 54+63+27=144 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.5% from 144); Green value is 63 (25% from 255 or 43.75% from 144); Blue value is 27 (10.94% from 255 or 18.75% from 144); Max value from RGB is 63 - color contains mainly: green. Hex color #363F1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363F1B is #C9C0E4. Grayscale: #383838. Windows color (decimal): -13222117 or 1785654. OLE color: 1785654.
HSL color Cylindrical-coordinate representation of color #363F1B: hue angle of 75º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #363F1B is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 54 | 63 | 27 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.75 |
| HSL | 75º | 0.4% | 0.18% | - |
| HSV(B) | 75º | 0.57% | 0.25% | - |
| XYZ | 3.5 | 4.42 | 1.71 | - |
| YUV | 56.21 | 111.52 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 63 | 27 | 0.14 | 0 | 0.57 | 0.75 | 75 | 0.4 | 0.18 |
| Hex | 36 | 3F | 1B | E | 0 | 39 | 4B | 4B | 28 | 12 |
| Octal | 66 | 77 | 33 | 16 | 0 | 71 | 113 | 113 | 50 | 22 |
| Binary | 110110 | 111111 | 11011 | 1110 | 0 | 111001 | 1001011 | 1001011 | 101000 | 10010 |
Color Harmonies of #363F1B
Complementary color
Monochromatic Colors of #363F1B
Black with #363F1B
Text Example
Text Example
White with #363F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363F1B; }
p { color: rgb(54,63,27); }
H1.HeaderClassName
{
color: #363F1B;
}
.AnyTagClassName
{
color: #363F1B;
}
</style>
background-color css
<style>
a { background-color: #363F1B; }
a { background-color: rgb(54,63,27); }
div.DivClassName
{
background-color: #363F1B;
}
.BgClassName
{
background-color: #363F1B;
}
</style>
border-color css
<style>
span { border-color: #363F1B; }
span { border-color: rgb(54,63,27); }
td.TdClassName
{
border-color: #363F1B;
}
.TagClassName
{
border-color: #363F1B;
}
</style>