Html Css Color HEX #03420B Myrtle

📋 copy color: '#03420B'

red 3 ◦ green 66 ◦ blue 11

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

Shades of Myrtle #03420B

Tints of Myrtle #03420B

RGB

 RED value IS 3 (1.56% from 255) = 3.75%

 GREEN value IS 66 (26.17% from 255) = 82.5%

 BLUE value IS 11 (4.69% from 255) = 13.75%

R = 3.75%
G = 82.5%
B = 13.75%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.83

 K value IS 0.74

RGB Variations

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

Color information

#03420B (or 0x03420B) is known color: Myrtle. HEX triplet: 03, 42 and 0B. RGB value is (3,66,11). Sum of RGB (Red+Green+Blue) = 3+66+11=80 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.75% from 80); Green value is 66 (26.17% from 255 or 82.5% from 80); Blue value is 11 (4.69% from 255 or 13.75% from 80); Max value from RGB is 66 - color contains mainly: green. Hex color #03420B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03420B is #FCBDF4. Grayscale: #292929. Windows color (decimal): -16563701 or 737795. OLE color: 737795.

HSL color Cylindrical-coordinate representation of color #03420B: hue angle of 127.62º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03420B is Cyan = 0.95, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.74.

Color convert

RGB 3 66 11 -
CMYK 0.95 0 0.83 0.74
HSL 127.62º 0.91% 0.14% -
HSV(B) 127.62º 0.95% 0.26% -
XYZ 2.05 3.94 0.97 -
YUV 40.89 111.13 100.97 -
System Red Green Blue C M Y K H S L
Decimal 3 66 11 0.95 0 0.83 0.74 127.62 0.91 0.14
Hex 3 42 B 5F 0 53 4A 80 5B E
Octal 3 102 13 137 0 123 112 200 133 16
Binary 11 1000010 1011 1011111 0 1010011 1001010 10000000 1011011 1110

Color Harmonies of #03420B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03420B

Black with #03420B

Text Example


Text Example

White with #03420B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03420B; }

 p { color: rgb(3,66,11); }

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

background-color css

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

 a { background-color: rgb(3,66,11); }

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

border-color css

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

 span { border-color: rgb(3,66,11); }

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