Html Css Color HEX #08490C Myrtle

📋 copy color: '#08490C'

red 8 ◦ green 73 ◦ blue 12

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

Shades of Myrtle #08490C

Tints of Myrtle #08490C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 12.9%

R = 8.6%
G = 78.49%
B = 12.9%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.84

 K value IS 0.71

RGB Variations

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

Color information

#08490C (or 0x08490C) is known color: Myrtle. HEX triplet: 08, 49 and 0C. RGB value is (8,73,12). Sum of RGB (Red+Green+Blue) = 8+73+12=93 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.60% from 93); Green value is 73 (28.91% from 255 or 78.49% from 93); Blue value is 12 (5.08% from 255 or 12.90% from 93); Max value from RGB is 73 - color contains mainly: green. Hex color #08490C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08490C is #F7B6F3. Grayscale: #2E2E2E. Windows color (decimal): -16234228 or 805128. OLE color: 805128.

HSL color Cylindrical-coordinate representation of color #08490C: hue angle of 123.69º 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 #08490C is Cyan = 0.89, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.71.

Color convert

RGB 8 73 12 -
CMYK 0.89 0 0.84 0.71
HSL 123.69º 0.8% 0.16% -
HSV(B) 123.69º 0.89% 0.29% -
XYZ 2.55 4.84 1.15 -
YUV 46.61 108.47 100.46 -
System Red Green Blue C M Y K H S L
Decimal 8 73 12 0.89 0 0.84 0.71 123.69 0.8 0.16
Hex 8 49 C 59 0 54 47 7C 50 10
Octal 10 111 14 131 0 124 107 174 120 20
Binary 1000 1001001 1100 1011001 0 1010100 1000111 1111100 1010000 10000

Color Harmonies of #08490C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08490C

Black with #08490C

Text Example


Text Example

White with #08490C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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