Html Css Color HEX #018051 Watercourse

📋 copy color: '#018051'

red 1 ◦ green 128 ◦ blue 81

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

Shades of Watercourse #018051

Tints of Watercourse #018051

RGB

 RED value IS 1 (0.78% from 255) = 0.48%

 GREEN value IS 128 (50.39% from 255) = 60.95%

 BLUE value IS 81 (32.03% from 255) = 38.57%

R = 0.48%
G = 60.95%
B = 38.57%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.37

 K value IS 0.50

RGB Variations

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

Color information

#018051 (or 0x018051) is known color: Watercourse. HEX triplet: 01, 80 and 51. RGB value is (1,128,81). Sum of RGB (Red+Green+Blue) = 1+128+81=210 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 210); Green value is 128 (50.39% from 255 or 60.95% from 210); Blue value is 81 (32.03% from 255 or 38.57% from 210); Max value from RGB is 128 - color contains mainly: green. Hex color #018051 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018051 is #FE7FAE. Grayscale: #545454. Windows color (decimal): -16678831 or 5341185. OLE color: 5341185.

HSL color Cylindrical-coordinate representation of color #018051: hue angle of 157.8º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018051 is Cyan = 0.99, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 128 81 -
CMYK 0.99 0 0.37 0.50
HSL 157.8º 0.98% 0.25% -
HSV(B) 157.8º 0.99% 0.5% -
XYZ 9.22 16.04 10.39 -
YUV 84.67 125.92 68.32 -
System Red Green Blue C M Y K H S L
Decimal 1 128 81 0.99 0 0.37 0.50 157.8 0.98 0.25
Hex 1 80 51 63 0 25 32 9E 62 19
Octal 1 200 121 143 0 45 62 236 142 31
Binary 1 10000000 1010001 1100011 0 100101 110010 10011110 1100010 11001

Color Harmonies of #018051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018051

Black with #018051

Text Example


Text Example

White with #018051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018051; }

 p { color: rgb(1,128,81); }

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

background-color css

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

 a { background-color: rgb(1,128,81); }

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

border-color css

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

 span { border-color: rgb(1,128,81); }

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