Html Css Color HEX #018353 Watercourse

📋 copy color: '#018353'

red 1 ◦ green 131 ◦ blue 83

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

Shades of Watercourse #018353

Tints of Watercourse #018353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 38.6%

R = 0.47%
G = 60.93%
B = 38.6%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#018353 (or 0x018353) is known color: Watercourse. HEX triplet: 01, 83 and 53. RGB value is (1,131,83). Sum of RGB (Red+Green+Blue) = 1+131+83=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 131 (51.56% from 255 or 60.93% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 131 - color contains mainly: green. Hex color #018353 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018353 is #FE7CAC. Grayscale: #565656. Windows color (decimal): -16678061 or 5473025. OLE color: 5473025.

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

Color convert

RGB 1 131 83 -
CMYK 0.99 0 0.37 0.49
HSL 157.85º 0.98% 0.26% -
HSV(B) 157.85º 0.99% 0.51% -
XYZ 9.69 16.86 10.93 -
YUV 86.66 125.93 66.9 -
System Red Green Blue C M Y K H S L
Decimal 1 131 83 0.99 0 0.37 0.49 157.85 0.98 0.26
Hex 1 83 53 63 0 25 31 9E 62 1A
Octal 1 203 123 143 0 45 61 236 142 32
Binary 1 10000011 1010011 1100011 0 100101 110001 10011110 1100010 11010

Color Harmonies of #018353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018353

Black with #018353

Text Example


Text Example

White with #018353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018353; }

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

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

background-color css

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

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

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

border-color css

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

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

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