#041502

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

Shades of Myrtle #041502

Tints of Myrtle #041502

Color information

#041502 (or 0x041502) is unknown color: approx Myrtle. HEX triplet: 04, 15 and 02. RGB value is (4,21,2). Sum of RGB (Red+Green+Blue) = 4+21+2=27 (3% of max value = 765). Red value is 4 (1.95% from 255 or 14.81% from 27); Green value is 21 (8.59% from 255 or 77.78% from 27); Blue value is 2 (1.17% from 255 or 7.41% from 27); Max value from RGB is 21 - color contains mainly: green. Hex color #041502 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041502 is #FBEAFD. Grayscale: #0D0D0D. Windows color (decimal): -16509694 or 136452. OLE color: 136452.

HSL color Cylindrical-coordinate representation of color #041502: hue angle of 113.68º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #041502 is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.92.

Color convert

RGB4212-
CMYK0.8100.900.92
HSL113.68º82.61%4.51%-
HSV(B)113.68º90.48%8.24%-
XYZ0.330.570.15-
YUV13.75121.37121.04-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 14.81%
GREEN value IS 21 (8.59% from 255) = 77.78%
BLUE value IS 2 (1.17% from 255) = 7.41%
R=14.81%
G=77.78%
B=7.41%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal42120.8100.900.92113.6882.614.51
Hex41525105A5C72535
Octal425212101321341621235
Binary1001010110101000101011010101110011100101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041502; }

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

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

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

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

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

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

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

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