#045A06

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

Shades of Green #045A06

Tints of Green #045A06

Color information

#045A06 (or 0x045A06) is unknown color: approx Green. HEX triplet: 04, 5A and 06. RGB value is (4,90,6). Sum of RGB (Red+Green+Blue) = 4+90+6=100 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4% from 100); Green value is 90 (35.55% from 255 or 90% from 100); Blue value is 6 (2.73% from 255 or 6% from 100); Max value from RGB is 90 - color contains mainly: green. Hex color #045A06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045A06 is #FBA5F9. Grayscale: #363636. Windows color (decimal): -16492026 or 416260. OLE color: 416260.

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

Color convert

RGB4906-
CMYK0.9600.930.65
HSL121.4º91.49%18.43%-
HSV(B)121.4º95.56%35.29%-
XYZ3.747.351.39-
YUV54.71100.5191.83-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4%
GREEN value IS 90 (35.55% from 255) = 90%
BLUE value IS 6 (2.73% from 255) = 6%
R=4%
G=90%
B=6%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal49060.9600.930.65121.491.4918.43
Hex45A66005D41795b12
Octal41326140013510117113322
Binary100101101011011000000101110110000011111001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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