#0A7353

Color #0A7353 Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #0A7353

Tints of Watercourse #0A7353

Color information

#0A7353 (or 0x0A7353) is unknown color: approx Watercourse. HEX triplet: 0A, 73 and 53. RGB value is (10,115,83). Sum of RGB (Red+Green+Blue) = 10+115+83=208 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.81% from 208); Green value is 115 (45.31% from 255 or 55.29% from 208); Blue value is 83 (32.81% from 255 or 39.90% from 208); Max value from RGB is 115 - color contains mainly: green. Hex color #0A7353 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A7353 is #F58CAC. Grayscale: #4F4F4F. Windows color (decimal): -16092333 or 5468938. OLE color: 5468938.

HSL color Cylindrical-coordinate representation of color #0A7353: hue angle of 161.71º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A7353 is Cyan = 0.91, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB1011583-
CMYK0.9100.280.55
HSL161.71º84%24.51%-
HSV(B)161.71º91.3%45.1%-
XYZ7.8212.9510.27-
YUV79.96129.7178.1-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.81%
GREEN value IS 115 (45.31% from 255) = 55.29%
BLUE value IS 83 (32.81% from 255) = 39.90%
R=4.81%
G=55.29%
B=39.90%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10115830.9100.280.55161.718424.51
HexA73535B01C37a25419
Octal121631231330346724212431
Binary101011100111010011101101101110011011110100010101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0A7353;
 }
 .AnyTagClassName
 {
   color: #0A7353;
 }
</style>
background-color css

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

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

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

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

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

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