#043502

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

Shades of Myrtle #043502

Tints of Myrtle #043502

Color information

#043502 (or 0x043502) is unknown color: approx Myrtle. HEX triplet: 04, 35 and 02. RGB value is (4,53,2). Sum of RGB (Red+Green+Blue) = 4+53+2=59 (7% of max value = 765). Red value is 4 (1.95% from 255 or 6.78% from 59); Green value is 53 (21.09% from 255 or 89.83% from 59); Blue value is 2 (1.17% from 255 or 3.39% from 59); Max value from RGB is 53 - color contains mainly: green. Hex color #043502 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #043502 is #FBCAFD. Grayscale: #202020. Windows color (decimal): -16501502 or 144644. OLE color: 144644.

HSL color Cylindrical-coordinate representation of color #043502: hue angle of 117.65º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #043502 is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.79.

Color convert

RGB4532-
CMYK0.9200.960.79
HSL117.65º92.73%10.78%-
HSV(B)117.65º96.23%20.78%-
XYZ1.332.580.48-
YUV32.53110.77107.65-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.78%
GREEN value IS 53 (21.09% from 255) = 89.83%
BLUE value IS 2 (1.17% from 255) = 3.39%
R=6.78%
G=89.83%
B=3.39%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal45320.9200.960.79117.6592.7310.78
Hex43525C0604F765db
Octal4652134014011716613513
Binary100110101101011100011000001001111111011010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043502; }

 p { color: rgb(4,53,2); }

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

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

 a { background-color: rgb(4,53,2); }

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

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

 span { border-color: rgb(4,53,2); }

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