Html Css Color HEX #08530E Myrtle

📋 copy color: '#08530E'

red 8 ◦ green 83 ◦ blue 14

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

Shades of Myrtle #08530E

Tints of Myrtle #08530E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 13.33%

R = 7.62%
G = 79.05%
B = 13.33%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#08530E (or 0x08530E) is known color: Myrtle. HEX triplet: 08, 53 and 0E. RGB value is (8,83,14). Sum of RGB (Red+Green+Blue) = 8+83+14=105 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.62% from 105); Green value is 83 (32.81% from 255 or 79.05% from 105); Blue value is 14 (5.86% from 255 or 13.33% from 105); Max value from RGB is 83 - color contains mainly: green. Hex color #08530E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #08530E is #F7ACF1. Grayscale: #343434. Windows color (decimal): -16231666 or 938760. OLE color: 938760.

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

Color convert

RGB 8 83 14 -
CMYK 0.90 0 0.83 0.67
HSL 124.8º 0.82% 0.18% -
HSV(B) 124.8º 0.9% 0.33% -
XYZ 3.27 6.27 1.45 -
YUV 52.71 106.15 96.11 -
System Red Green Blue C M Y K H S L
Decimal 8 83 14 0.90 0 0.83 0.67 124.8 0.82 0.18
Hex 8 53 E 5A 0 53 43 7D 52 12
Octal 10 123 16 132 0 123 103 175 122 22
Binary 1000 1010011 1110 1011010 0 1010011 1000011 1111101 1010010 10010

Color Harmonies of #08530E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08530E

Black with #08530E

Text Example


Text Example

White with #08530E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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