Html Css Color HEX #08530A Myrtle

📋 copy color: '#08530A'

red 8 ◦ green 83 ◦ blue 10

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

Shades of Myrtle #08530A

Tints of Myrtle #08530A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 9.9%

R = 7.92%
G = 82.18%
B = 9.9%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#08530A (or 0x08530A) is known color: Myrtle. HEX triplet: 08, 53 and 0A. RGB value is (8,83,10). Sum of RGB (Red+Green+Blue) = 8+83+10=101 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.92% from 101); Green value is 83 (32.81% from 255 or 82.18% from 101); Blue value is 10 (4.30% from 255 or 9.90% from 101); Max value from RGB is 83 - color contains mainly: green. Hex color #08530A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #08530A is #F7ACF5. Grayscale: #343434. Windows color (decimal): -16231670 or 676616. OLE color: 676616.

HSL color Cylindrical-coordinate representation of color #08530A: hue angle of 121.6º 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 #08530A is Cyan = 0.90, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB 8 83 10 -
CMYK 0.90 0 0.88 0.67
HSL 121.6º 0.82% 0.18% -
HSV(B) 121.6º 0.9% 0.33% -
XYZ 3.25 6.26 1.32 -
YUV 52.25 104.15 96.44 -
System Red Green Blue C M Y K H S L
Decimal 8 83 10 0.90 0 0.88 0.67 121.6 0.82 0.18
Hex 8 53 A 5A 0 58 43 7A 52 12
Octal 10 123 12 132 0 130 103 172 122 22
Binary 1000 1010011 1010 1011010 0 1011000 1000011 1111010 1010010 10010

Color Harmonies of #08530A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08530A

Black with #08530A

Text Example


Text Example

White with #08530A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08530A; }

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

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

background-color css

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

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

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

border-color css

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

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

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