#04550F

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

Shades of Myrtle #04550F

Tints of Myrtle #04550F

Color information

#04550F (or 0x04550F) is unknown color: approx Myrtle. HEX triplet: 04, 55 and 0F. RGB value is (4,85,15). Sum of RGB (Red+Green+Blue) = 4+85+15=104 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.85% from 104); Green value is 85 (33.59% from 255 or 81.73% from 104); Blue value is 15 (6.25% from 255 or 14.42% from 104); Max value from RGB is 85 - color contains mainly: green. Hex color #04550F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04550F is #FBAAF0. Grayscale: #353535. Windows color (decimal): -16493297 or 1004804. OLE color: 1004804.

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

Color convert

RGB48515-
CMYK0.9500.820.67
HSL128.15º91.01%17.45%-
HSV(B)128.15º95.29%33.33%-
XYZ3.386.561.54-
YUV52.8106.6693.19-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.85%
GREEN value IS 85 (33.59% from 255) = 81.73%
BLUE value IS 15 (6.25% from 255) = 14.42%
R=3.85%
G=81.73%
B=14.42%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal485150.9500.820.67128.1591.0117.45
Hex455F5F05243805b11
Octal412517137012210320013321
Binary10010101011111101111101010010100001110000000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04550F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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