Html Css Color HEX #08400D Myrtle

📋 copy color: '#08400D'

red 8 ◦ green 64 ◦ blue 13

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

Shades of Myrtle #08400D

Tints of Myrtle #08400D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 75.29%

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

R = 9.41%
G = 75.29%
B = 15.29%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#08400D (or 0x08400D) is known color: Myrtle. HEX triplet: 08, 40 and 0D. RGB value is (8,64,13). Sum of RGB (Red+Green+Blue) = 8+64+13=85 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.41% from 85); Green value is 64 (25.39% from 255 or 75.29% from 85); Blue value is 13 (5.47% from 255 or 15.29% from 85); Max value from RGB is 64 - color contains mainly: green. Hex color #08400D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08400D is #F7BFF2. Grayscale: #292929. Windows color (decimal): -16236531 or 868360. OLE color: 868360.

HSL color Cylindrical-coordinate representation of color #08400D: hue angle of 125.36º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #08400D is Cyan = 0.87, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB 8 64 13 -
CMYK 0.87 0 0.80 0.75
HSL 125.36º 0.78% 0.14% -
HSV(B) 125.36º 0.88% 0.25% -
XYZ 2.01 3.75 1 -
YUV 41.44 111.95 104.15 -
System Red Green Blue C M Y K H S L
Decimal 8 64 13 0.87 0 0.80 0.75 125.36 0.78 0.14
Hex 8 40 D 57 0 50 4B 7D 4E E
Octal 10 100 15 127 0 120 113 175 116 16
Binary 1000 1000000 1101 1010111 0 1010000 1001011 1111101 1001110 1110

Color Harmonies of #08400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08400D

Black with #08400D

Text Example


Text Example

White with #08400D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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