Html Css Color HEX #0A5314 Myrtle

📋 copy color: '#0A5314'

red 10 ◦ green 83 ◦ blue 20

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

Shades of Myrtle #0A5314

Tints of Myrtle #0A5314

RGB

 RED value IS 10 (4.3% from 255) = 8.85%

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

 BLUE value IS 20 (8.2% from 255) = 17.7%

R = 8.85%
G = 73.45%
B = 17.7%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#0A5314 (or 0x0A5314) is known color: Myrtle. HEX triplet: 0A, 53 and 14. RGB value is (10,83,20). Sum of RGB (Red+Green+Blue) = 10+83+20=113 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.85% from 113); Green value is 83 (32.81% from 255 or 73.45% from 113); Blue value is 20 (8.20% from 255 or 17.70% from 113); Max value from RGB is 83 - color contains mainly: green. Hex color #0A5314 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A5314 is #F5ACEB. Grayscale: #363636. Windows color (decimal): -16100588 or 1331978. OLE color: 1331978.

HSL color Cylindrical-coordinate representation of color #0A5314: hue angle of 128.22º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A5314 is Cyan = 0.88, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB 10 83 20 -
CMYK 0.88 0 0.76 0.67
HSL 128.22º 0.78% 0.18% -
HSV(B) 128.22º 0.88% 0.33% -
XYZ 3.34 6.3 1.7 -
YUV 53.99 108.82 96.62 -
System Red Green Blue C M Y K H S L
Decimal 10 83 20 0.88 0 0.76 0.67 128.22 0.78 0.18
Hex A 53 14 58 0 4C 43 80 4E 12
Octal 12 123 24 130 0 114 103 200 116 22
Binary 1010 1010011 10100 1011000 0 1001100 1000011 10000000 1001110 10010

Color Harmonies of #0A5314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5314

Black with #0A5314

Text Example


Text Example

White with #0A5314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A5314; }

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

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

background-color css

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

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

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

border-color css

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

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

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