#045000

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

Shades of Myrtle #045000

Tints of Myrtle #045000

Color information

#045000 (or 0x045000) is unknown color: approx Myrtle. HEX triplet: 04, 50 and 00. RGB value is (4,80,0). Sum of RGB (Red+Green+Blue) = 4+80+0=84 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.76% from 84); Green value is 80 (31.64% from 255 or 95.24% from 84); Blue value is 0 (0.39% from 255 or 0% from 84); Max value from RGB is 80 - color contains mainly: green. Hex color #045000 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045000 is #FBAFFF. Grayscale: #303030. Windows color (decimal): -16494592 or 20484. OLE color: 20484.

HSL color Cylindrical-coordinate representation of color #045000: hue angle of 117º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #045000 is Cyan = 0.95, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.69.

Color convert

RGB4800-
CMYK0.95010.69
HSL117º100%15.69%-
HSV(B)117º100%31.37%-
XYZ2.925.760.96-
YUV48.16100.8296.5-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.76%
GREEN value IS 80 (31.64% from 255) = 95.24%
BLUE value IS 0 (0.39% from 255) = 0%
R=4.76%
G=95.24%
B=0%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal48000.95010.6911710015.69
Hex45005F06445756410
Octal41200137014410516514420
Binary1001010000010111110110010010001011110101110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045000; }

 p { color: rgb(4,80,0); }

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

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

 a { background-color: rgb(4,80,0); }

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

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

 span { border-color: rgb(4,80,0); }

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