Shades of Green #045C0D
Tints of Green #045C0D
RGB
CMYK
RGB Variations
Color information
#045C0D (or 0x045C0D) is known color: Green. HEX triplet: 04, 5C and 0D. RGB value is (4,92,13). Sum of RGB (Red+Green+Blue) = 4+92+13=109 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.67% from 109); Green value is 92 (36.33% from 255 or 84.40% from 109); Blue value is 13 (5.47% from 255 or 11.93% from 109); Max value from RGB is 92 - color contains mainly: green. Hex color #045C0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045C0D is #FBA3F2. Grayscale: #383838. Windows color (decimal): -16491507 or 875524. OLE color: 875524.
HSL color Cylindrical-coordinate representation of color #045C0D: hue angle of 126.14º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045C0D is Cyan = 0.96, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 92 | 13 | - |
| CMYK | 0.96 | 0 | 0.86 | 0.64 |
| HSL | 126.14º | 0.92% | 0.19% | - |
| HSV(B) | 126.14º | 0.96% | 0.36% | - |
| XYZ | 3.95 | 7.71 | 1.66 | - |
| YUV | 56.68 | 103.35 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 92 | 13 | 0.96 | 0 | 0.86 | 0.64 | 126.14 | 0.92 | 0.19 |
| Hex | 4 | 5C | D | 60 | 0 | 56 | 40 | 7E | 5C | 13 |
| Octal | 4 | 134 | 15 | 140 | 0 | 126 | 100 | 176 | 134 | 23 |
| Binary | 100 | 1011100 | 1101 | 1100000 | 0 | 1010110 | 1000000 | 1111110 | 1011100 | 10011 |
Color Harmonies of #045C0D
Complementary color
Monochromatic Colors of #045C0D
Black with #045C0D
Text Example
Text Example
White with #045C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045C0D; }
p { color: rgb(4,92,13); }
H1.HeaderClassName
{
color: #045C0D;
}
.AnyTagClassName
{
color: #045C0D;
}
</style>
background-color css
<style>
a { background-color: #045C0D; }
a { background-color: rgb(4,92,13); }
div.DivClassName
{
background-color: #045C0D;
}
.BgClassName
{
background-color: #045C0D;
}
</style>
border-color css
<style>
span { border-color: #045C0D; }
span { border-color: rgb(4,92,13); }
td.TdClassName
{
border-color: #045C0D;
}
.TagClassName
{
border-color: #045C0D;
}
</style>