Html Css Color HEX #08550D Myrtle

📋 copy color: '#08550D'

red 8 ◦ green 85 ◦ blue 13

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

Shades of Myrtle #08550D

Tints of Myrtle #08550D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 80.19%

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

R = 7.55%
G = 80.19%
B = 12.26%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#08550D (or 0x08550D) is known color: Myrtle. HEX triplet: 08, 55 and 0D. RGB value is (8,85,13). Sum of RGB (Red+Green+Blue) = 8+85+13=106 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.55% from 106); Green value is 85 (33.59% from 255 or 80.19% from 106); Blue value is 13 (5.47% from 255 or 12.26% from 106); Max value from RGB is 85 - color contains mainly: green. Hex color #08550D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #08550D is #F7AAF2. Grayscale: #353535. Windows color (decimal): -16231155 or 873736. OLE color: 873736.

HSL color Cylindrical-coordinate representation of color #08550D: hue angle of 123.9º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08550D is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 85 13 -
CMYK 0.91 0 0.85 0.67
HSL 123.9º 0.83% 0.18% -
HSV(B) 123.9º 0.91% 0.33% -
XYZ 3.42 6.58 1.47 -
YUV 53.77 104.99 95.35 -
System Red Green Blue C M Y K H S L
Decimal 8 85 13 0.91 0 0.85 0.67 123.9 0.83 0.18
Hex 8 55 D 5B 0 55 43 7C 53 12
Octal 10 125 15 133 0 125 103 174 123 22
Binary 1000 1010101 1101 1011011 0 1010101 1000011 1111100 1010011 10010

Color Harmonies of #08550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08550D

Black with #08550D

Text Example


Text Example

White with #08550D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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