#04550A

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

Shades of Myrtle #04550A

Tints of Myrtle #04550A

Color information

#04550A (or 0x04550A) is unknown color: approx Myrtle. HEX triplet: 04, 55 and 0A. RGB value is (4,85,10). Sum of RGB (Red+Green+Blue) = 4+85+10=99 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4.04% from 99); Green value is 85 (33.59% from 255 or 85.86% from 99); Blue value is 10 (4.30% from 255 or 10.10% from 99); Max value from RGB is 85 - color contains mainly: green. Hex color #04550A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04550A is #FBAAF5. Grayscale: #343434. Windows color (decimal): -16493302 or 677124. OLE color: 677124.

HSL color Cylindrical-coordinate representation of color #04550A: hue angle of 124.44º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04550A is Cyan = 0.95, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB48510-
CMYK0.9500.880.67
HSL124.44º91.01%17.45%-
HSV(B)124.44º95.29%33.33%-
XYZ3.356.541.37-
YUV52.23104.1693.6-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.04%
GREEN value IS 85 (33.59% from 255) = 85.86%
BLUE value IS 10 (4.30% from 255) = 10.10%
R=4.04%
G=85.86%
B=10.10%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal485100.9500.880.67124.4491.0117.45
Hex455A5F058437c5b11
Octal412512137013010317413321
Binary1001010101101010111110101100010000111111100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04550A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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