Shades of Green #045C08
Tints of Green #045C08
RGB
CMYK
RGB Variations
Color information
#045C08 (or 0x045C08) is known color: Green. HEX triplet: 04, 5C and 08. RGB value is (4,92,8). Sum of RGB (Red+Green+Blue) = 4+92+8=104 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.85% from 104); Green value is 92 (36.33% from 255 or 88.46% from 104); Blue value is 8 (3.52% from 255 or 7.69% from 104); Max value from RGB is 92 - color contains mainly: green. Hex color #045C08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045C08 is #FBA3F7. Grayscale: #383838. Windows color (decimal): -16491512 or 547844. OLE color: 547844.
HSL color Cylindrical-coordinate representation of color #045C08: hue angle of 122.73º 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 #045C08 is Cyan = 0.96, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 4 | 92 | 8 | - |
| CMYK | 0.96 | 0 | 0.91 | 0.64 |
| HSL | 122.73º | 0.92% | 0.19% | - |
| HSV(B) | 122.73º | 0.96% | 0.36% | - |
| XYZ | 3.92 | 7.7 | 1.51 | - |
| YUV | 56.11 | 100.85 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 92 | 8 | 0.96 | 0 | 0.91 | 0.64 | 122.73 | 0.92 | 0.19 |
| Hex | 4 | 5C | 8 | 60 | 0 | 5B | 40 | 7B | 5C | 13 |
| Octal | 4 | 134 | 10 | 140 | 0 | 133 | 100 | 173 | 134 | 23 |
| Binary | 100 | 1011100 | 1000 | 1100000 | 0 | 1011011 | 1000000 | 1111011 | 1011100 | 10011 |
Color Harmonies of #045C08
Complementary color
Monochromatic Colors of #045C08
Black with #045C08
Text Example
Text Example
White with #045C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045C08; }
p { color: rgb(4,92,8); }
H1.HeaderClassName
{
color: #045C08;
}
.AnyTagClassName
{
color: #045C08;
}
</style>
background-color css
<style>
a { background-color: #045C08; }
a { background-color: rgb(4,92,8); }
div.DivClassName
{
background-color: #045C08;
}
.BgClassName
{
background-color: #045C08;
}
</style>
border-color css
<style>
span { border-color: #045C08; }
span { border-color: rgb(4,92,8); }
td.TdClassName
{
border-color: #045C08;
}
.TagClassName
{
border-color: #045C08;
}
</style>