Shades of Turtle Green #374308
Tints of Turtle Green #374308
RGB
CMYK
RGB Variations
Color information
#374308 (or 0x374308) is known color: Turtle Green. HEX triplet: 37, 43 and 08. RGB value is (55,67,8). Sum of RGB (Red+Green+Blue) = 55+67+8=130 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.31% from 130); Green value is 67 (26.56% from 255 or 51.54% from 130); Blue value is 8 (3.52% from 255 or 6.15% from 130); Max value from RGB is 67 - color contains mainly: green. Hex color #374308 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374308 is #C8BCF7. Grayscale: #383838. Windows color (decimal): -13155576 or 541495. OLE color: 541495.
HSL color Cylindrical-coordinate representation of color #374308: hue angle of 72.2º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #374308 is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 55 | 67 | 8 | - |
| CMYK | 0.18 | 0 | 0.88 | 0.74 |
| HSL | 72.2º | 0.79% | 0.15% | - |
| HSV(B) | 72.2º | 0.88% | 0.26% | - |
| XYZ | 3.63 | 4.84 | 0.97 | - |
| YUV | 56.69 | 100.52 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 67 | 8 | 0.18 | 0 | 0.88 | 0.74 | 72.2 | 0.79 | 0.15 |
| Hex | 37 | 43 | 8 | 12 | 0 | 58 | 4A | 48 | 4F | F |
| Octal | 67 | 103 | 10 | 22 | 0 | 130 | 112 | 110 | 117 | 17 |
| Binary | 110111 | 1000011 | 1000 | 10010 | 0 | 1011000 | 1001010 | 1001000 | 1001111 | 1111 |
Color Harmonies of #374308
Complementary color
Monochromatic Colors of #374308
Black with #374308
Text Example
Text Example
White with #374308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374308; }
p { color: rgb(55,67,8); }
H1.HeaderClassName
{
color: #374308;
}
.AnyTagClassName
{
color: #374308;
}
</style>
background-color css
<style>
a { background-color: #374308; }
a { background-color: rgb(55,67,8); }
div.DivClassName
{
background-color: #374308;
}
.BgClassName
{
background-color: #374308;
}
</style>
border-color css
<style>
span { border-color: #374308; }
span { border-color: rgb(55,67,8); }
td.TdClassName
{
border-color: #374308;
}
.TagClassName
{
border-color: #374308;
}
</style>