#018450

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

Shades of Watercourse #018450

Tints of Watercourse #018450

Color information

#018450 (or 0x018450) is unknown color: approx Watercourse. HEX triplet: 01, 84 and 50. RGB value is (1,132,80). Sum of RGB (Red+Green+Blue) = 1+132+80=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 132 (51.95% from 255 or 61.97% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 132 - color contains mainly: green. Hex color #018450 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018450 is #FE7BAF. Grayscale: #565656. Windows color (decimal): -16677808 or 5276673. OLE color: 5276673.

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

Color convert

RGB113280-
CMYK0.9900.390.48
HSL156.18º98.5%26.08%-
HSV(B)156.18º99.24%51.76%-
XYZ9.7117.0910.38-
YUV86.9124.166.73-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.47%
GREEN value IS 132 (51.95% from 255) = 61.97%
BLUE value IS 80 (31.64% from 255) = 37.56%
R=0.47%
G=61.97%
B=37.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1132800.9900.390.48156.1898.526.08
Hex1845063027309c621a
Octal12041201430476023414232
Binary11000010010100001100011010011111000010011100110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018450; }

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

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

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

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

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

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

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

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