#043402

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

Shades of Myrtle #043402

Tints of Myrtle #043402

Color information

#043402 (or 0x043402) is unknown color: approx Myrtle. HEX triplet: 04, 34 and 02. RGB value is (4,52,2). Sum of RGB (Red+Green+Blue) = 4+52+2=58 (7% of max value = 765). Red value is 4 (1.95% from 255 or 6.90% from 58); Green value is 52 (20.70% from 255 or 89.66% from 58); Blue value is 2 (1.17% from 255 or 3.45% from 58); Max value from RGB is 52 - color contains mainly: green. Hex color #043402 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #043402 is #FBCBFD. Grayscale: #202020. Windows color (decimal): -16501758 or 144388. OLE color: 144388.

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

Color convert

RGB4522-
CMYK0.9200.960.80
HSL117.6º92.59%10.59%-
HSV(B)117.6º96.15%20.39%-
XYZ1.292.490.47-
YUV31.95111.1108.07-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.90%
GREEN value IS 52 (20.70% from 255) = 89.66%
BLUE value IS 2 (1.17% from 255) = 3.45%
R=6.90%
G=89.66%
B=3.45%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal45220.9200.960.80117.692.5910.59
Hex43425C06050765db
Octal4642134014012016613513
Binary100110100101011100011000001010000111011010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043402; }

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

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

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

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

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

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

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

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