Html Css Color HEX #08530F Myrtle

📋 copy color: '#08530F'

red 8 ◦ green 83 ◦ blue 15

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

Shades of Myrtle #08530F

Tints of Myrtle #08530F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 14.15%

R = 7.55%
G = 78.3%
B = 14.15%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#08530F (or 0x08530F) is known color: Myrtle. HEX triplet: 08, 53 and 0F. RGB value is (8,83,15). Sum of RGB (Red+Green+Blue) = 8+83+15=106 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.55% from 106); Green value is 83 (32.81% from 255 or 78.30% from 106); Blue value is 15 (6.25% from 255 or 14.15% from 106); Max value from RGB is 83 - color contains mainly: green. Hex color #08530F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #08530F is #F7ACF0. Grayscale: #353535. Windows color (decimal): -16231665 or 1004296. OLE color: 1004296.

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

Color convert

RGB 8 83 15 -
CMYK 0.90 0 0.82 0.67
HSL 125.6º 0.82% 0.18% -
HSV(B) 125.6º 0.9% 0.33% -
XYZ 3.28 6.27 1.49 -
YUV 52.82 106.65 96.03 -
System Red Green Blue C M Y K H S L
Decimal 8 83 15 0.90 0 0.82 0.67 125.6 0.82 0.18
Hex 8 53 F 5A 0 52 43 7E 52 12
Octal 10 123 17 132 0 122 103 176 122 22
Binary 1000 1010011 1111 1011010 0 1010010 1000011 1111110 1010010 10010

Color Harmonies of #08530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08530F

Black with #08530F

Text Example


Text Example

White with #08530F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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