Html Css Color HEX #041002 Myrtle

📋 copy color: '#041002'

red 4 ◦ green 16 ◦ blue 2

#041002
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #041002

Tints of Myrtle #041002

RGB

 RED value IS 4 (1.95% from 255) = 18.18%

 GREEN value IS 16 (6.64% from 255) = 72.73%

 BLUE value IS 2 (1.17% from 255) = 9.09%

R = 18.18%
G = 72.73%
B = 9.09%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.87

 K value IS 0.94

RGB Variations

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

Color information

#041002 (or 0x041002) is known color: Myrtle. HEX triplet: 04, 10 and 02. RGB value is (4,16,2). Sum of RGB (Red+Green+Blue) = 4+16+2=22 (2% of max value = 765). Red value is 4 (1.95% from 255 or 18.18% from 22); Green value is 16 (6.64% from 255 or 72.73% from 22); Blue value is 2 (1.17% from 255 or 9.09% from 22); Max value from RGB is 16 - color contains mainly: green. Hex color #041002 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041002 is #FBEFFD. Grayscale: #0A0A0A. Windows color (decimal): -16510974 or 135172. OLE color: 135172.

HSL color Cylindrical-coordinate representation of color #041002: hue angle of 111.43º degrees, saturation: 0.78, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #041002 is Cyan = 0.75, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.94.

Color convert

RGB 4 16 2 -
CMYK 0.75 0 0.87 0.94
HSL 111.43º 0.78% 0.04% -
HSV(B) 111.43º 0.88% 0.06% -
XYZ 0.25 0.4 0.12 -
YUV 10.82 123.02 123.14 -
System Red Green Blue C M Y K H S L
Decimal 4 16 2 0.75 0 0.87 0.94 111.43 0.78 0.04
Hex 4 10 2 4B 0 57 5E 6F 4E 4
Octal 4 20 2 113 0 127 136 157 116 4
Binary 100 10000 10 1001011 0 1010111 1011110 1101111 1001110 100

Color Harmonies of #041002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041002

Black with #041002

Text Example


Text Example

White with #041002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041002; }

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

 H1.HeaderClassName
 {
   color: #041002;
 }
 .AnyTagClassName
 {
   color: #041002;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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