#018250

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

Shades of Watercourse #018250

Tints of Watercourse #018250

Color information

#018250 (or 0x018250) is unknown color: approx Watercourse. HEX triplet: 01, 82 and 50. RGB value is (1,130,80). Sum of RGB (Red+Green+Blue) = 1+130+80=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 130 (51.17% from 255 or 61.61% from 211); Blue value is 80 (31.64% from 255 or 37.91% from 211); Max value from RGB is 130 - color contains mainly: green. Hex color #018250 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018250 is #FE7DAF. Grayscale: #555555. Windows color (decimal): -16678320 or 5276161. OLE color: 5276161.

HSL color Cylindrical-coordinate representation of color #018250: hue angle of 156.74º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018250 is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB113080-
CMYK0.9900.380.49
HSL156.74º98.47%25.69%-
HSV(B)156.74º99.23%50.98%-
XYZ9.4416.5510.29-
YUV85.73124.7667.57-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.47%
GREEN value IS 130 (51.17% from 255) = 61.61%
BLUE value IS 80 (31.64% from 255) = 37.91%
R=0.47%
G=61.61%
B=37.91%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1130800.9900.380.49156.7498.4725.69
Hex1825063026319d621a
Octal12021201430466123514232
Binary11000001010100001100011010011011000110011101110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018250; }

 p { color: rgb(1,130,80); }

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

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

 a { background-color: rgb(1,130,80); }

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

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

 span { border-color: rgb(1,130,80); }

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