Html Css Color HEX #0A5309 Myrtle

📋 copy color: '#0A5309'

red 10 ◦ green 83 ◦ blue 9

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

Shades of Myrtle #0A5309

Tints of Myrtle #0A5309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 8.82%

R = 9.8%
G = 81.37%
B = 8.82%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#0A5309 (or 0x0A5309) is known color: Myrtle. HEX triplet: 0A, 53 and 09. RGB value is (10,83,9). Sum of RGB (Red+Green+Blue) = 10+83+9=102 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.80% from 102); Green value is 83 (32.81% from 255 or 81.37% from 102); Blue value is 9 (3.91% from 255 or 8.82% from 102); Max value from RGB is 83 - color contains mainly: green. Hex color #0A5309 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A5309 is #F5ACF6. Grayscale: #343434. Windows color (decimal): -16100599 or 611082. OLE color: 611082.

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

Color convert

RGB 10 83 9 -
CMYK 0.88 0 0.89 0.67
HSL 119.19º 0.8% 0.18% -
HSV(B) 119.19º 0.89% 0.33% -
XYZ 3.27 6.27 1.3 -
YUV 52.74 103.32 97.52 -
System Red Green Blue C M Y K H S L
Decimal 10 83 9 0.88 0 0.89 0.67 119.19 0.8 0.18
Hex A 53 9 58 0 59 43 77 50 12
Octal 12 123 11 130 0 131 103 167 120 22
Binary 1010 1010011 1001 1011000 0 1011001 1000011 1110111 1010000 10010

Color Harmonies of #0A5309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5309

Black with #0A5309

Text Example


Text Example

White with #0A5309

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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