#045006

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

Shades of Myrtle #045006

Tints of Myrtle #045006

Color information

#045006 (or 0x045006) is unknown color: approx Myrtle. HEX triplet: 04, 50 and 06. RGB value is (4,80,6). Sum of RGB (Red+Green+Blue) = 4+80+6=90 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.44% from 90); Green value is 80 (31.64% from 255 or 88.89% from 90); Blue value is 6 (2.73% from 255 or 6.67% from 90); Max value from RGB is 80 - color contains mainly: green. Hex color #045006 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045006 is #FBAFF9. Grayscale: #313131. Windows color (decimal): -16494586 or 413700. OLE color: 413700.

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

Color convert

RGB4806-
CMYK0.9500.920.69
HSL121.58º90.48%16.47%-
HSV(B)121.58º95%31.37%-
XYZ2.955.781.13-
YUV48.84103.8296.02-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.44%
GREEN value IS 80 (31.64% from 255) = 88.89%
BLUE value IS 6 (2.73% from 255) = 6.67%
R=4.44%
G=88.89%
B=6.67%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal48060.9500.920.69121.5890.4816.47
Hex45065F05C457a5a10
Octal41206137013410517213220
Binary100101000011010111110101110010001011111010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045006; }

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

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

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

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

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

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

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

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