#045A0E

Color #045A0E Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #045A0E

Tints of Green #045A0E

Color information

#045A0E (or 0x045A0E) is unknown color: approx Green. HEX triplet: 04, 5A and 0E. RGB value is (4,90,14). Sum of RGB (Red+Green+Blue) = 4+90+14=108 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.70% from 108); Green value is 90 (35.55% from 255 or 83.33% from 108); Blue value is 14 (5.86% from 255 or 12.96% from 108); Max value from RGB is 90 - color contains mainly: green. Hex color #045A0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045A0E is #FBA5F1. Grayscale: #373737. Windows color (decimal): -16492018 or 940548. OLE color: 940548.

HSL color Cylindrical-coordinate representation of color #045A0E: hue angle of 126.98º 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 #045A0E is Cyan = 0.96, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB49014-
CMYK0.9600.840.65
HSL126.98º91.49%18.43%-
HSV(B)126.98º95.56%35.29%-
XYZ3.797.371.64-
YUV55.62104.5191.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 3.70%
GREEN value IS 90 (35.55% from 255) = 83.33%
BLUE value IS 14 (5.86% from 255) = 12.96%
R=3.70%
G=83.33%
B=12.96%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal490140.9600.840.65126.9891.4918.43
Hex45AE60054417f5b12
Octal413216140012410117713322
Binary1001011010111011000000101010010000011111111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045A0E; }

 p { color: rgb(4,90,14); }

 H1.HeaderClassName
 {
   color: #045A0E;
 }
 .AnyTagClassName
 {
   color: #045A0E;
 }
</style>
background-color css

<style>
 a { background-color: #045A0E; }

 a { background-color: rgb(4,90,14); }

 div.DivClassName
 {
   background-color: #045A0E;
 }
 .BgClassName
 {
   background-color: #045A0E;
 }
</style>
border-color css

<style>
 span { border-color: #045A0E; }

 span { border-color: rgb(4,90,14); }

 td.TdClassName
 {
   border-color: #045A0E;
 }
 .TagClassName
 {
   border-color: #045A0E;
 }
</style>