Html Css Color HEX #08490E Myrtle

📋 copy color: '#08490E'

red 8 ◦ green 73 ◦ blue 14

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

Shades of Myrtle #08490E

Tints of Myrtle #08490E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 76.84%

 BLUE value IS 14 (5.86% from 255) = 14.74%

R = 8.42%
G = 76.84%
B = 14.74%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.81

 K value IS 0.71

RGB Variations

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

Color information

#08490E (or 0x08490E) is known color: Myrtle. HEX triplet: 08, 49 and 0E. RGB value is (8,73,14). Sum of RGB (Red+Green+Blue) = 8+73+14=95 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.42% from 95); Green value is 73 (28.91% from 255 or 76.84% from 95); Blue value is 14 (5.86% from 255 or 14.74% from 95); Max value from RGB is 73 - color contains mainly: green. Hex color #08490E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08490E is #F7B6F1. Grayscale: #2F2F2F. Windows color (decimal): -16234226 or 936200. OLE color: 936200.

HSL color Cylindrical-coordinate representation of color #08490E: hue angle of 125.54º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08490E is Cyan = 0.89, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.71.

Color convert

RGB 8 73 14 -
CMYK 0.89 0 0.81 0.71
HSL 125.54º 0.8% 0.16% -
HSV(B) 125.54º 0.89% 0.29% -
XYZ 2.56 4.85 1.22 -
YUV 46.84 109.47 100.3 -
System Red Green Blue C M Y K H S L
Decimal 8 73 14 0.89 0 0.81 0.71 125.54 0.8 0.16
Hex 8 49 E 59 0 51 47 7E 50 10
Octal 10 111 16 131 0 121 107 176 120 20
Binary 1000 1001001 1110 1011001 0 1010001 1000111 1111110 1010000 10000

Color Harmonies of #08490E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08490E

Black with #08490E

Text Example


Text Example

White with #08490E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08490E; }

 p { color: rgb(8,73,14); }

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

background-color css

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

 a { background-color: rgb(8,73,14); }

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

border-color css

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

 span { border-color: rgb(8,73,14); }

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