Shades of Green #045A10
Tints of Green #045A10
RGB
CMYK
RGB Variations
Color information
#045A10 (or 0x045A10) is known color: Green. HEX triplet: 04, 5A and 10. RGB value is (4,90,16). Sum of RGB (Red+Green+Blue) = 4+90+16=110 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.64% from 110); Green value is 90 (35.55% from 255 or 81.82% from 110); Blue value is 16 (6.64% from 255 or 14.55% from 110); Max value from RGB is 90 - color contains mainly: green. Hex color #045A10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045A10 is #FBA5EF. Grayscale: #383838. Windows color (decimal): -16492016 or 1071620. OLE color: 1071620.
HSL color Cylindrical-coordinate representation of color #045A10: hue angle of 128.37º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045A10 is Cyan = 0.96, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 4 | 90 | 16 | - |
| CMYK | 0.96 | 0 | 0.82 | 0.65 |
| HSL | 128.37º | 0.91% | 0.18% | - |
| HSV(B) | 128.37º | 0.96% | 0.35% | - |
| XYZ | 3.8 | 7.38 | 1.71 | - |
| YUV | 55.85 | 105.51 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 90 | 16 | 0.96 | 0 | 0.82 | 0.65 | 128.37 | 0.91 | 0.18 |
| Hex | 4 | 5A | 10 | 60 | 0 | 52 | 41 | 80 | 5B | 12 |
| Octal | 4 | 132 | 20 | 140 | 0 | 122 | 101 | 200 | 133 | 22 |
| Binary | 100 | 1011010 | 10000 | 1100000 | 0 | 1010010 | 1000001 | 10000000 | 1011011 | 10010 |
Color Harmonies of #045A10
Complementary color
Monochromatic Colors of #045A10
Black with #045A10
Text Example
Text Example
White with #045A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045A10; }
p { color: rgb(4,90,16); }
H1.HeaderClassName
{
color: #045A10;
}
.AnyTagClassName
{
color: #045A10;
}
</style>
background-color css
<style>
a { background-color: #045A10; }
a { background-color: rgb(4,90,16); }
div.DivClassName
{
background-color: #045A10;
}
.BgClassName
{
background-color: #045A10;
}
</style>
border-color css
<style>
span { border-color: #045A10; }
span { border-color: rgb(4,90,16); }
td.TdClassName
{
border-color: #045A10;
}
.TagClassName
{
border-color: #045A10;
}
</style>