Html Css Color HEX #08580C Myrtle

📋 copy color: '#08580C'

red 8 ◦ green 88 ◦ blue 12

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

Shades of Myrtle #08580C

Tints of Myrtle #08580C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 81.48%

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

R = 7.41%
G = 81.48%
B = 11.11%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.86

 K value IS 0.65

RGB Variations

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

Color information

#08580C (or 0x08580C) is known color: Myrtle. HEX triplet: 08, 58 and 0C. RGB value is (8,88,12). Sum of RGB (Red+Green+Blue) = 8+88+12=108 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.41% from 108); Green value is 88 (34.77% from 255 or 81.48% from 108); Blue value is 12 (5.08% from 255 or 11.11% from 108); Max value from RGB is 88 - color contains mainly: green. Hex color #08580C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #08580C is #F7A7F3. Grayscale: #373737. Windows color (decimal): -16230388 or 808968. OLE color: 808968.

HSL color Cylindrical-coordinate representation of color #08580C: hue angle of 123º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08580C is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB 8 88 12 -
CMYK 0.91 0 0.86 0.65
HSL 123º 0.83% 0.19% -
HSV(B) 123º 0.91% 0.35% -
XYZ 3.66 7.06 1.52 -
YUV 55.42 103.5 94.18 -
System Red Green Blue C M Y K H S L
Decimal 8 88 12 0.91 0 0.86 0.65 123 0.83 0.19
Hex 8 58 C 5B 0 56 41 7B 53 13
Octal 10 130 14 133 0 126 101 173 123 23
Binary 1000 1011000 1100 1011011 0 1010110 1000001 1111011 1010011 10011

Color Harmonies of #08580C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08580C

Black with #08580C

Text Example


Text Example

White with #08580C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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