Html Css Color HEX #08480D Myrtle

📋 copy color: '#08480D'

red 8 ◦ green 72 ◦ blue 13

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

Shades of Myrtle #08480D

Tints of Myrtle #08480D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 77.42%

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

R = 8.6%
G = 77.42%
B = 13.98%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#08480D (or 0x08480D) is known color: Myrtle. HEX triplet: 08, 48 and 0D. RGB value is (8,72,13). Sum of RGB (Red+Green+Blue) = 8+72+13=93 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.60% from 93); Green value is 72 (28.52% from 255 or 77.42% from 93); Blue value is 13 (5.47% from 255 or 13.98% from 93); Max value from RGB is 72 - color contains mainly: green. Hex color #08480D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08480D is #F7B7F2. Grayscale: #2E2E2E. Windows color (decimal): -16234483 or 870408. OLE color: 870408.

HSL color Cylindrical-coordinate representation of color #08480D: hue angle of 124.69º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08480D is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 8 72 13 -
CMYK 0.89 0 0.82 0.72
HSL 124.69º 0.8% 0.16% -
HSV(B) 124.69º 0.89% 0.28% -
XYZ 2.49 4.72 1.16 -
YUV 46.14 109.3 100.8 -
System Red Green Blue C M Y K H S L
Decimal 8 72 13 0.89 0 0.82 0.72 124.69 0.8 0.16
Hex 8 48 D 59 0 52 48 7D 50 10
Octal 10 110 15 131 0 122 110 175 120 20
Binary 1000 1001000 1101 1011001 0 1010010 1001000 1111101 1010000 10000

Color Harmonies of #08480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08480D

Black with #08480D

Text Example


Text Example

White with #08480D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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