#004501

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

Shades of Myrtle #004501

Tints of Myrtle #004501

Color information

#004501 (or 0x004501) is unknown color: approx Myrtle. HEX triplet: 00, 45 and 01. RGB value is (0,69,1). Sum of RGB (Red+Green+Blue) = 0+69+1=70 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 70); Green value is 69 (27.34% from 255 or 98.57% from 70); Blue value is 1 (0.78% from 255 or 1.43% from 70); Max value from RGB is 69 - color contains mainly: green. Hex color #004501 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004501 is #FFBAFE. Grayscale: #282828. Windows color (decimal): -16759551 or 83200. OLE color: 83200.

HSL color Cylindrical-coordinate representation of color #004501: hue angle of 120.87º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004501 is Cyan = 1, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB0691-
CMYK100.990.73
HSL120.87º100%13.53%-
HSV(B)120.87º100%27.06%-
XYZ2.134.260.74-
YUV40.62105.6499.03-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 69 (27.34% from 255) = 98.57%
BLUE value IS 1 (0.78% from 255) = 1.43%
R=0%
G=98.57%
B=1.43%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal0691100.990.73120.8710013.53
Hex045164063497964e
Octal01051144014311117114416
Binary0100010111100100011000111001001111100111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004501; }

 p { color: rgb(0,69,1); }

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

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

 a { background-color: rgb(0,69,1); }

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

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

 span { border-color: rgb(0,69,1); }

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