#04550B

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

Shades of Myrtle #04550B

Tints of Myrtle #04550B

Color information

#04550B (or 0x04550B) is unknown color: approx Myrtle. HEX triplet: 04, 55 and 0B. RGB value is (4,85,11). Sum of RGB (Red+Green+Blue) = 4+85+11=100 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4% from 100); Green value is 85 (33.59% from 255 or 85% from 100); Blue value is 11 (4.69% from 255 or 11% from 100); Max value from RGB is 85 - color contains mainly: green. Hex color #04550B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04550B is #FBAAF4. Grayscale: #343434. Windows color (decimal): -16493301 or 742660. OLE color: 742660.

HSL color Cylindrical-coordinate representation of color #04550B: hue angle of 125.19º 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 #04550B is Cyan = 0.95, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB48511-
CMYK0.9500.870.67
HSL125.19º91.01%17.45%-
HSV(B)125.19º95.29%33.33%-
XYZ3.366.551.4-
YUV52.34104.6693.52-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4%
GREEN value IS 85 (33.59% from 255) = 85%
BLUE value IS 11 (4.69% from 255) = 11%
R=4%
G=85%
B=11%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal485110.9500.870.67125.1991.0117.45
Hex455B5F057437d5b11
Octal412513137012710317513321
Binary1001010101101110111110101011110000111111101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04550B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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