Html Css Color HEX #0A5312 Myrtle

📋 copy color: '#0A5312'

red 10 ◦ green 83 ◦ blue 18

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

Shades of Myrtle #0A5312

Tints of Myrtle #0A5312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 16.22%

R = 9.01%
G = 74.77%
B = 16.22%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#0A5312 (or 0x0A5312) is known color: Myrtle. HEX triplet: 0A, 53 and 12. RGB value is (10,83,18). Sum of RGB (Red+Green+Blue) = 10+83+18=111 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.01% from 111); Green value is 83 (32.81% from 255 or 74.77% from 111); Blue value is 18 (7.42% from 255 or 16.22% from 111); Max value from RGB is 83 - color contains mainly: green. Hex color #0A5312 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A5312 is #F5ACED. Grayscale: #353535. Windows color (decimal): -16100590 or 1200906. OLE color: 1200906.

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

Color convert

RGB 10 83 18 -
CMYK 0.88 0 0.78 0.67
HSL 126.58º 0.78% 0.18% -
HSV(B) 126.58º 0.88% 0.33% -
XYZ 3.33 6.29 1.61 -
YUV 53.76 107.82 96.79 -
System Red Green Blue C M Y K H S L
Decimal 10 83 18 0.88 0 0.78 0.67 126.58 0.78 0.18
Hex A 53 12 58 0 4E 43 7F 4E 12
Octal 12 123 22 130 0 116 103 177 116 22
Binary 1010 1010011 10010 1011000 0 1001110 1000011 1111111 1001110 10010

Color Harmonies of #0A5312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5312

Black with #0A5312

Text Example


Text Example

White with #0A5312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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