Html Css Color HEX #085313 Myrtle

📋 copy color: '#085313'

red 8 ◦ green 83 ◦ blue 19

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

Shades of Myrtle #085313

Tints of Myrtle #085313

RGB

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

 GREEN value IS 83 (32.81% from 255) = 75.45%

 BLUE value IS 19 (7.81% from 255) = 17.27%

R = 7.27%
G = 75.45%
B = 17.27%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#085313 (or 0x085313) is known color: Myrtle. HEX triplet: 08, 53 and 13. RGB value is (8,83,19). Sum of RGB (Red+Green+Blue) = 8+83+19=110 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.27% from 110); Green value is 83 (32.81% from 255 or 75.45% from 110); Blue value is 19 (7.81% from 255 or 17.27% from 110); Max value from RGB is 83 - color contains mainly: green. Hex color #085313 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #085313 is #F7ACEC. Grayscale: #353535. Windows color (decimal): -16231661 or 1266440. OLE color: 1266440.

HSL color Cylindrical-coordinate representation of color #085313: hue angle of 128.8º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #085313 is Cyan = 0.90, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 83 19 -
CMYK 0.90 0 0.77 0.67
HSL 128.8º 0.82% 0.18% -
HSV(B) 128.8º 0.9% 0.33% -
XYZ 3.31 6.29 1.65 -
YUV 53.28 108.65 95.7 -
System Red Green Blue C M Y K H S L
Decimal 8 83 19 0.90 0 0.77 0.67 128.8 0.82 0.18
Hex 8 53 13 5A 0 4D 43 81 52 12
Octal 10 123 23 132 0 115 103 201 122 22
Binary 1000 1010011 10011 1011010 0 1001101 1000011 10000001 1010010 10010

Color Harmonies of #085313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #085313

Black with #085313

Text Example


Text Example

White with #085313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #085313; }

 p { color: rgb(8,83,19); }

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

background-color css

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

 a { background-color: rgb(8,83,19); }

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

border-color css

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

 span { border-color: rgb(8,83,19); }

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