Html Css Color HEX #018351 Watercourse

📋 copy color: '#018351'

red 1 ◦ green 131 ◦ blue 81

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

Shades of Watercourse #018351

Tints of Watercourse #018351

RGB

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

 GREEN value IS 131 (51.56% from 255) = 61.5%

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

R = 0.47%
G = 61.5%
B = 38.03%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#018351 (or 0x018351) is known color: Watercourse. HEX triplet: 01, 83 and 51. RGB value is (1,131,81). Sum of RGB (Red+Green+Blue) = 1+131+81=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 131 (51.56% from 255 or 61.50% from 213); Blue value is 81 (32.03% from 255 or 38.03% from 213); Max value from RGB is 131 - color contains mainly: green. Hex color #018351 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018351 is #FE7CAE. Grayscale: #565656. Windows color (decimal): -16678063 or 5341953. OLE color: 5341953.

HSL color Cylindrical-coordinate representation of color #018351: hue angle of 156.92º 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 #018351 is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 131 81 -
CMYK 0.99 0 0.38 0.49
HSL 156.92º 0.98% 0.26% -
HSV(B) 156.92º 0.99% 0.51% -
XYZ 9.61 16.83 10.53 -
YUV 86.43 124.93 67.07 -
System Red Green Blue C M Y K H S L
Decimal 1 131 81 0.99 0 0.38 0.49 156.92 0.98 0.26
Hex 1 83 51 63 0 26 31 9D 62 1A
Octal 1 203 121 143 0 46 61 235 142 32
Binary 1 10000011 1010001 1100011 0 100110 110001 10011101 1100010 11010

Color Harmonies of #018351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018351

Black with #018351

Text Example


Text Example

White with #018351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018351; }

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

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

background-color css

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

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

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

border-color css

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

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

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