#045001

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

Shades of Myrtle #045001

Tints of Myrtle #045001

Color information

#045001 (or 0x045001) is unknown color: approx Myrtle. HEX triplet: 04, 50 and 01. RGB value is (4,80,1). Sum of RGB (Red+Green+Blue) = 4+80+1=85 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.71% from 85); Green value is 80 (31.64% from 255 or 94.12% from 85); Blue value is 1 (0.78% from 255 or 1.18% from 85); Max value from RGB is 80 - color contains mainly: green. Hex color #045001 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045001 is #FBAFFE. Grayscale: #303030. Windows color (decimal): -16494591 or 86020. OLE color: 86020.

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

Color convert

RGB4801-
CMYK0.9500.990.69
HSL117.72º97.53%15.88%-
HSV(B)117.72º98.75%31.37%-
XYZ2.925.770.99-
YUV48.27101.3296.42-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.71%
GREEN value IS 80 (31.64% from 255) = 94.12%
BLUE value IS 1 (0.78% from 255) = 1.18%
R=4.71%
G=94.12%
B=1.18%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal48010.9500.990.69117.7297.5315.88
Hex45015F06345766210
Octal41201137014310516614220
Binary1001010000110111110110001110001011110110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045001; }

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

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

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

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

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

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

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

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