Html Css Color HEX #018352 Watercourse

📋 copy color: '#018352'

red 1 ◦ green 131 ◦ blue 82

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

Shades of Watercourse #018352

Tints of Watercourse #018352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 38.32%

R = 0.47%
G = 61.21%
B = 38.32%

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

#018352 (or 0x018352) is known color: Watercourse. HEX triplet: 01, 83 and 52. RGB value is (1,131,82). Sum of RGB (Red+Green+Blue) = 1+131+82=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 131 (51.56% from 255 or 61.21% from 214); Blue value is 82 (32.42% from 255 or 38.32% from 214); Max value from RGB is 131 - color contains mainly: green. Hex color #018352 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018352 is #FE7CAD. Grayscale: #565656. Windows color (decimal): -16678062 or 5407489. OLE color: 5407489.

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

Color convert

RGB 1 131 82 -
CMYK 0.99 0 0.37 0.49
HSL 157.38º 0.98% 0.26% -
HSV(B) 157.38º 0.99% 0.51% -
XYZ 9.65 16.85 10.73 -
YUV 86.54 125.43 66.98 -
System Red Green Blue C M Y K H S L
Decimal 1 131 82 0.99 0 0.37 0.49 157.38 0.98 0.26
Hex 1 83 52 63 0 25 31 9D 62 1A
Octal 1 203 122 143 0 45 61 235 142 32
Binary 1 10000011 1010010 1100011 0 100101 110001 10011101 1100010 11010

Color Harmonies of #018352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018352

Black with #018352

Text Example


Text Example

White with #018352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018352; }

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

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

background-color css

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

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

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

border-color css

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

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

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