#004508

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

Shades of Myrtle #004508

Tints of Myrtle #004508

Color information

#004508 (or 0x004508) is unknown color: approx Myrtle. HEX triplet: 00, 45 and 08. RGB value is (0,69,8). Sum of RGB (Red+Green+Blue) = 0+69+8=77 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 77); Green value is 69 (27.34% from 255 or 89.61% from 77); Blue value is 8 (3.52% from 255 or 10.39% from 77); Max value from RGB is 69 - color contains mainly: green. Hex color #004508 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004508 is #FFBAF7. Grayscale: #292929. Windows color (decimal): -16759544 or 541952. OLE color: 541952.

HSL color Cylindrical-coordinate representation of color #004508: hue angle of 126.96º 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 #004508 is Cyan = 1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.73.

Color convert

RGB0698-
CMYK100.880.73
HSL126.96º100%13.53%-
HSV(B)126.96º100%27.06%-
XYZ2.174.270.94-
YUV41.42109.1498.46-

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) = 89.61%
BLUE value IS 8 (3.52% from 255) = 10.39%
R=0%
G=89.61%
B=10.39%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal0698100.880.73126.9610013.53
Hex045864058497f64e
Octal010510144013011117714416
Binary0100010110001100100010110001001001111111111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004508; }

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

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

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

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

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

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

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

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