Shades of Turtle Green #37420C
Tints of Turtle Green #37420C
RGB
CMYK
RGB Variations
Color information
#37420C (or 0x37420C) is known color: Turtle Green. HEX triplet: 37, 42 and 0C. RGB value is (55,66,12). Sum of RGB (Red+Green+Blue) = 55+66+12=133 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.35% from 133); Green value is 66 (26.17% from 255 or 49.62% from 133); Blue value is 12 (5.08% from 255 or 9.02% from 133); Max value from RGB is 66 - color contains mainly: green. Hex color #37420C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37420C is #C8BDF3. Grayscale: #383838. Windows color (decimal): -13155828 or 803383. OLE color: 803383.
HSL color Cylindrical-coordinate representation of color #37420C: hue angle of 72.22º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #37420C is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 55 | 66 | 12 | - |
| CMYK | 0.17 | 0 | 0.82 | 0.74 |
| HSL | 72.22º | 0.69% | 0.15% | - |
| HSV(B) | 72.22º | 0.82% | 0.26% | - |
| XYZ | 3.59 | 4.74 | 1.07 | - |
| YUV | 56.56 | 102.86 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 66 | 12 | 0.17 | 0 | 0.82 | 0.74 | 72.22 | 0.69 | 0.15 |
| Hex | 37 | 42 | C | 11 | 0 | 52 | 4A | 48 | 45 | F |
| Octal | 67 | 102 | 14 | 21 | 0 | 122 | 112 | 110 | 105 | 17 |
| Binary | 110111 | 1000010 | 1100 | 10001 | 0 | 1010010 | 1001010 | 1001000 | 1000101 | 1111 |
Color Harmonies of #37420C
Complementary color
Monochromatic Colors of #37420C
Black with #37420C
Text Example
Text Example
White with #37420C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37420C; }
p { color: rgb(55,66,12); }
H1.HeaderClassName
{
color: #37420C;
}
.AnyTagClassName
{
color: #37420C;
}
</style>
background-color css
<style>
a { background-color: #37420C; }
a { background-color: rgb(55,66,12); }
div.DivClassName
{
background-color: #37420C;
}
.BgClassName
{
background-color: #37420C;
}
</style>
border-color css
<style>
span { border-color: #37420C; }
span { border-color: rgb(55,66,12); }
td.TdClassName
{
border-color: #37420C;
}
.TagClassName
{
border-color: #37420C;
}
</style>