#04530E

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

Shades of Myrtle #04530E

Tints of Myrtle #04530E

Color information

#04530E (or 0x04530E) is unknown color: approx Myrtle. HEX triplet: 04, 53 and 0E. RGB value is (4,83,14). Sum of RGB (Red+Green+Blue) = 4+83+14=101 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.96% from 101); Green value is 83 (32.81% from 255 or 82.18% from 101); Blue value is 14 (5.86% from 255 or 13.86% from 101); Max value from RGB is 83 - color contains mainly: green. Hex color #04530E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04530E is #FBACF1. Grayscale: #333333. Windows color (decimal): -16493810 or 938756. OLE color: 938756.

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

Color convert

RGB48314-
CMYK0.9500.830.67
HSL127.59º90.8%17.06%-
HSV(B)127.59º95.18%32.55%-
XYZ3.226.241.45-
YUV51.51106.8394.11-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.96%
GREEN value IS 83 (32.81% from 255) = 82.18%
BLUE value IS 14 (5.86% from 255) = 13.86%
R=3.96%
G=82.18%
B=13.86%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal483140.9500.830.67127.5990.817.06
Hex453E5F05343805b11
Octal412316137012310320013321
Binary10010100111110101111101010011100001110000000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04530E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04530E; }

 p { color: rgb(4,83,14); }

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

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

 a { background-color: rgb(4,83,14); }

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

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

 span { border-color: rgb(4,83,14); }

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