#004507

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

Shades of Myrtle #004507

Tints of Myrtle #004507

Color information

#004507 (or 0x004507) is unknown color: approx Myrtle. HEX triplet: 00, 45 and 07. RGB value is (0,69,7). Sum of RGB (Red+Green+Blue) = 0+69+7=76 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 76); Green value is 69 (27.34% from 255 or 90.79% from 76); Blue value is 7 (3.12% from 255 or 9.21% from 76); Max value from RGB is 69 - color contains mainly: green. Hex color #004507 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004507 is #FFBAF8. Grayscale: #292929. Windows color (decimal): -16759545 or 476416. OLE color: 476416.

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

Color convert

RGB0697-
CMYK100.900.73
HSL126.09º100%13.53%-
HSV(B)126.09º100%27.06%-
XYZ2.174.270.91-
YUV41.3108.6498.54-

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) = 90.79%
BLUE value IS 7 (3.12% from 255) = 9.21%
R=0%
G=90.79%
B=9.21%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal0697100.900.73126.0910013.53
Hex04576405A497e64e
Octal01057144013211117614416
Binary010001011111100100010110101001001111111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004507; }

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

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

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

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

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

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

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

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