Html Css Color HEX #0A5D48 Watercourse

📋 copy color: '#0A5D48'

red 10 ◦ green 93 ◦ blue 72

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

Shades of Watercourse #0A5D48

Tints of Watercourse #0A5D48

RGB

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

 GREEN value IS 93 (36.72% from 255) = 53.14%

 BLUE value IS 72 (28.52% from 255) = 41.14%

R = 5.71%
G = 53.14%
B = 41.14%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.23

 K value IS 0.64

RGB Variations

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

Color information

#0A5D48 (or 0x0A5D48) is known color: Watercourse. HEX triplet: 0A, 5D and 48. RGB value is (10,93,72). Sum of RGB (Red+Green+Blue) = 10+93+72=175 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.71% from 175); Green value is 93 (36.72% from 255 or 53.14% from 175); Blue value is 72 (28.52% from 255 or 41.14% from 175); Max value from RGB is 93 - color contains mainly: green. Hex color #0A5D48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A5D48 is #F5A2B7. Grayscale: #414141. Windows color (decimal): -16097976 or 4742410. OLE color: 4742410.

HSL color Cylindrical-coordinate representation of color #0A5D48: hue angle of 164.82º degrees, saturation: 0.81, 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 #0A5D48 is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.

Color convert

RGB 10 93 72 -
CMYK 0.89 0 0.23 0.64
HSL 164.82º 0.81% 0.2% -
HSV(B) 164.82º 0.89% 0.36% -
XYZ 5.21 8.36 7.47 -
YUV 65.79 131.5 88.21 -
System Red Green Blue C M Y K H S L
Decimal 10 93 72 0.89 0 0.23 0.64 164.82 0.81 0.2
Hex A 5D 48 59 0 17 40 A5 51 14
Octal 12 135 110 131 0 27 100 245 121 24
Binary 1010 1011101 1001000 1011001 0 10111 1000000 10100101 1010001 10100

Color Harmonies of #0A5D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A5D48

Black with #0A5D48

Text Example


Text Example

White with #0A5D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,93,72); }

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

background-color css

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

 a { background-color: rgb(10,93,72); }

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

border-color css

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

 span { border-color: rgb(10,93,72); }

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