Html Css Color HEX #018350 Watercourse

📋 copy color: '#018350'

red 1 ◦ green 131 ◦ blue 80

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

Shades of Watercourse #018350

Tints of Watercourse #018350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 37.74%

R = 0.47%
G = 61.79%
B = 37.74%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.39

 K value IS 0.49

RGB Variations

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

Color information

#018350 (or 0x018350) is known color: Watercourse. HEX triplet: 01, 83 and 50. RGB value is (1,131,80). Sum of RGB (Red+Green+Blue) = 1+131+80=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 131 (51.56% from 255 or 61.79% from 212); Blue value is 80 (31.64% from 255 or 37.74% from 212); Max value from RGB is 131 - color contains mainly: green. Hex color #018350 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018350 is #FE7CAF. Grayscale: #565656. Windows color (decimal): -16678064 or 5276417. OLE color: 5276417.

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

Color convert

RGB 1 131 80 -
CMYK 0.99 0 0.39 0.49
HSL 156.46º 0.98% 0.26% -
HSV(B) 156.46º 0.99% 0.51% -
XYZ 9.58 16.82 10.33 -
YUV 86.32 124.43 67.15 -
System Red Green Blue C M Y K H S L
Decimal 1 131 80 0.99 0 0.39 0.49 156.46 0.98 0.26
Hex 1 83 50 63 0 27 31 9C 62 1A
Octal 1 203 120 143 0 47 61 234 142 32
Binary 1 10000011 1010000 1100011 0 100111 110001 10011100 1100010 11010

Color Harmonies of #018350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018350

Black with #018350

Text Example


Text Example

White with #018350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018350; }

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

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

background-color css

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

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

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

border-color css

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

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

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