Shades of Turtle Green #273604
Tints of Turtle Green #273604
RGB
CMYK
RGB Variations
Color information
#273604 (or 0x273604) is known color: Turtle Green. HEX triplet: 27, 36 and 04. RGB value is (39,54,4). Sum of RGB (Red+Green+Blue) = 39+54+4=97 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.21% from 97); Green value is 54 (21.48% from 255 or 55.67% from 97); Blue value is 4 (1.95% from 255 or 4.12% from 97); Max value from RGB is 54 - color contains mainly: green. Hex color #273604 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #273604 is #D8C9FB. Grayscale: #2C2C2C. Windows color (decimal): -14207484 or 276007. OLE color: 276007.
HSL color Cylindrical-coordinate representation of color #273604: hue angle of 78º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #273604 is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 39 | 54 | 4 | - |
| CMYK | 0.28 | 0 | 0.93 | 0.79 |
| HSL | 78º | 0.86% | 0.11% | - |
| HSV(B) | 78º | 0.93% | 0.21% | - |
| XYZ | 2.18 | 3.08 | 0.59 | - |
| YUV | 43.82 | 105.53 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 54 | 4 | 0.28 | 0 | 0.93 | 0.79 | 78 | 0.86 | 0.11 |
| Hex | 27 | 36 | 4 | 1C | 0 | 5D | 4F | 4E | 56 | B |
| Octal | 47 | 66 | 4 | 34 | 0 | 135 | 117 | 116 | 126 | 13 |
| Binary | 100111 | 110110 | 100 | 11100 | 0 | 1011101 | 1001111 | 1001110 | 1010110 | 1011 |
Color Harmonies of #273604
Complementary color
Monochromatic Colors of #273604
Black with #273604
Text Example
Text Example
White with #273604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #273604; }
p { color: rgb(39,54,4); }
H1.HeaderClassName
{
color: #273604;
}
.AnyTagClassName
{
color: #273604;
}
</style>
background-color css
<style>
a { background-color: #273604; }
a { background-color: rgb(39,54,4); }
div.DivClassName
{
background-color: #273604;
}
.BgClassName
{
background-color: #273604;
}
</style>
border-color css
<style>
span { border-color: #273604; }
span { border-color: rgb(39,54,4); }
td.TdClassName
{
border-color: #273604;
}
.TagClassName
{
border-color: #273604;
}
</style>