Html Css Color HEX #041402 Myrtle

📋 copy color: '#041402'

red 4 ◦ green 20 ◦ blue 2

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

Shades of Myrtle #041402

Tints of Myrtle #041402

RGB

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

 GREEN value IS 20 (8.2% from 255) = 76.92%

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

R = 15.38%
G = 76.92%
B = 7.69%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.90

 K value IS 0.92

RGB Variations

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

Color information

#041402 (or 0x041402) is known color: Myrtle. HEX triplet: 04, 14 and 02. RGB value is (4,20,2). Sum of RGB (Red+Green+Blue) = 4+20+2=26 (3% of max value = 765). Red value is 4 (1.95% from 255 or 15.38% from 26); Green value is 20 (8.20% from 255 or 76.92% from 26); Blue value is 2 (1.17% from 255 or 7.69% from 26); Max value from RGB is 20 - color contains mainly: green. Hex color #041402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041402 is #FBEBFD. Grayscale: #0D0D0D. Windows color (decimal): -16509950 or 136196. OLE color: 136196.

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

Color convert

RGB 4 20 2 -
CMYK 0.80 0 0.90 0.92
HSL 113.33º 0.82% 0.04% -
HSV(B) 113.33º 0.9% 0.08% -
XYZ 0.31 0.53 0.14 -
YUV 13.16 121.7 121.46 -
System Red Green Blue C M Y K H S L
Decimal 4 20 2 0.80 0 0.90 0.92 113.33 0.82 0.04
Hex 4 14 2 50 0 5A 5C 71 52 4
Octal 4 24 2 120 0 132 134 161 122 4
Binary 100 10100 10 1010000 0 1011010 1011100 1110001 1010010 100

Color Harmonies of #041402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041402

Black with #041402

Text Example


Text Example

White with #041402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041402; }

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

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

background-color css

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

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

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

border-color css

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

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

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