#04450A

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

Shades of Myrtle #04450A

Tints of Myrtle #04450A

Color information

#04450A (or 0x04450A) is unknown color: approx Myrtle. HEX triplet: 04, 45 and 0A. RGB value is (4,69,10). Sum of RGB (Red+Green+Blue) = 4+69+10=83 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.82% from 83); Green value is 69 (27.34% from 255 or 83.13% from 83); Blue value is 10 (4.30% from 255 or 12.05% from 83); Max value from RGB is 69 - color contains mainly: green. Hex color #04450A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04450A is #FBBAF5. Grayscale: #2B2B2B. Windows color (decimal): -16497398 or 673028. OLE color: 673028.

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

Color convert

RGB46910-
CMYK0.9400.860.73
HSL125.54º89.04%14.31%-
HSV(B)125.54º94.2%27.06%-
XYZ2.234.31-
YUV42.84109.47100.3-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.82%
GREEN value IS 69 (27.34% from 255) = 83.13%
BLUE value IS 10 (4.30% from 255) = 12.05%
R=4.82%
G=83.13%
B=12.05%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal469100.9400.860.73125.5489.0414.31
Hex445A5E056497e59e
Octal410512136012611117613116
Binary100100010110101011110010101101001001111111010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04450A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04450A; }

 p { color: rgb(4,69,10); }

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

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

 a { background-color: rgb(4,69,10); }

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

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

 span { border-color: rgb(4,69,10); }

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