Html Css Color HEX #0A5C49 Watercourse

📋 copy color: '#0A5C49'

red 10 ◦ green 92 ◦ blue 73

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

Shades of Watercourse #0A5C49

Tints of Watercourse #0A5C49

RGB

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

 GREEN value IS 92 (36.33% from 255) = 52.57%

 BLUE value IS 73 (28.91% from 255) = 41.71%

R = 5.71%
G = 52.57%
B = 41.71%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.21

 K value IS 0.64

RGB Variations

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

Color information

#0A5C49 (or 0x0A5C49) is known color: Watercourse. HEX triplet: 0A, 5C and 49. RGB value is (10,92,73). Sum of RGB (Red+Green+Blue) = 10+92+73=175 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.71% from 175); Green value is 92 (36.33% from 255 or 52.57% from 175); Blue value is 73 (28.91% from 255 or 41.71% from 175); Max value from RGB is 92 - color contains mainly: green. Hex color #0A5C49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5C49 is #F5A3B6. Grayscale: #414141. Windows color (decimal): -16098231 or 4807690. OLE color: 4807690.

HSL color Cylindrical-coordinate representation of color #0A5C49: hue angle of 166.1º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A5C49 is Cyan = 0.89, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.64.

Color convert

RGB 10 92 73 -
CMYK 0.89 0 0.21 0.64
HSL 166.1º 0.8% 0.2% -
HSV(B) 166.1º 0.89% 0.36% -
XYZ 5.15 8.2 7.61 -
YUV 65.32 132.33 88.54 -
System Red Green Blue C M Y K H S L
Decimal 10 92 73 0.89 0 0.21 0.64 166.1 0.8 0.2
Hex A 5C 49 59 0 15 40 A6 50 14
Octal 12 134 111 131 0 25 100 246 120 24
Binary 1010 1011100 1001001 1011001 0 10101 1000000 10100110 1010000 10100

Color Harmonies of #0A5C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5C49

Black with #0A5C49

Text Example


Text Example

White with #0A5C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,92,73); }

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

background-color css

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

 a { background-color: rgb(10,92,73); }

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

border-color css

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

 span { border-color: rgb(10,92,73); }

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