Shades of Turtle Green #37430A
Tints of Turtle Green #37430A
RGB
CMYK
RGB Variations
Color information
#37430A (or 0x37430A) is known color: Turtle Green. HEX triplet: 37, 43 and 0A. RGB value is (55,67,10). Sum of RGB (Red+Green+Blue) = 55+67+10=132 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.67% from 132); Green value is 67 (26.56% from 255 or 50.76% from 132); Blue value is 10 (4.30% from 255 or 7.58% from 132); Max value from RGB is 67 - color contains mainly: green. Hex color #37430A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37430A is #C8BCF5. Grayscale: #393939. Windows color (decimal): -13155574 or 672567. OLE color: 672567.
HSL color Cylindrical-coordinate representation of color #37430A: hue angle of 72.63º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #37430A is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 55 | 67 | 10 | - |
| CMYK | 0.18 | 0 | 0.85 | 0.74 |
| HSL | 72.63º | 0.74% | 0.15% | - |
| HSV(B) | 72.63º | 0.85% | 0.26% | - |
| XYZ | 3.64 | 4.85 | 1.03 | - |
| YUV | 56.91 | 101.52 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 67 | 10 | 0.18 | 0 | 0.85 | 0.74 | 72.63 | 0.74 | 0.15 |
| Hex | 37 | 43 | A | 12 | 0 | 55 | 4A | 49 | 4A | F |
| Octal | 67 | 103 | 12 | 22 | 0 | 125 | 112 | 111 | 112 | 17 |
| Binary | 110111 | 1000011 | 1010 | 10010 | 0 | 1010101 | 1001010 | 1001001 | 1001010 | 1111 |
Color Harmonies of #37430A
Complementary color
Monochromatic Colors of #37430A
Black with #37430A
Text Example
Text Example
White with #37430A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37430A; }
p { color: rgb(55,67,10); }
H1.HeaderClassName
{
color: #37430A;
}
.AnyTagClassName
{
color: #37430A;
}
</style>
background-color css
<style>
a { background-color: #37430A; }
a { background-color: rgb(55,67,10); }
div.DivClassName
{
background-color: #37430A;
}
.BgClassName
{
background-color: #37430A;
}
</style>
border-color css
<style>
span { border-color: #37430A; }
span { border-color: rgb(55,67,10); }
td.TdClassName
{
border-color: #37430A;
}
.TagClassName
{
border-color: #37430A;
}
</style>