Html Css Color HEX #08420D Myrtle

📋 copy color: '#08420D'

red 8 ◦ green 66 ◦ blue 13

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

Shades of Myrtle #08420D

Tints of Myrtle #08420D

RGB

 RED value IS 8 (3.52% from 255) = 9.2%

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

 BLUE value IS 13 (5.47% from 255) = 14.94%

R = 9.2%
G = 75.86%
B = 14.94%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.80

 K value IS 0.74

RGB Variations

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

Color information

#08420D (or 0x08420D) is known color: Myrtle. HEX triplet: 08, 42 and 0D. RGB value is (8,66,13). Sum of RGB (Red+Green+Blue) = 8+66+13=87 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.20% from 87); Green value is 66 (26.17% from 255 or 75.86% from 87); Blue value is 13 (5.47% from 255 or 14.94% from 87); Max value from RGB is 66 - color contains mainly: green. Hex color #08420D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08420D is #F7BDF2. Grayscale: #2A2A2A. Windows color (decimal): -16236019 or 868872. OLE color: 868872.

HSL color Cylindrical-coordinate representation of color #08420D: hue angle of 125.17º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #08420D is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.74.

Color convert

RGB 8 66 13 -
CMYK 0.88 0 0.80 0.74
HSL 125.17º 0.78% 0.15% -
HSV(B) 125.17º 0.88% 0.26% -
XYZ 2.12 3.98 1.04 -
YUV 42.62 111.28 103.31 -
System Red Green Blue C M Y K H S L
Decimal 8 66 13 0.88 0 0.80 0.74 125.17 0.78 0.15
Hex 8 42 D 58 0 50 4A 7D 4E F
Octal 10 102 15 130 0 120 112 175 116 17
Binary 1000 1000010 1101 1011000 0 1010000 1001010 1111101 1001110 1111

Color Harmonies of #08420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08420D

Black with #08420D

Text Example


Text Example

White with #08420D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08420D; }

 p { color: rgb(8,66,13); }

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

background-color css

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

 a { background-color: rgb(8,66,13); }

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

border-color css

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

 span { border-color: rgb(8,66,13); }

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