Html Css Color HEX #018552 Watercourse

📋 copy color: '#018552'

red 1 ◦ green 133 ◦ blue 82

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

Shades of Watercourse #018552

Tints of Watercourse #018552

RGB

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

 GREEN value IS 133 (52.34% from 255) = 61.57%

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

R = 0.46%
G = 61.57%
B = 37.96%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#018552 (or 0x018552) is known color: Watercourse. HEX triplet: 01, 85 and 52. RGB value is (1,133,82). Sum of RGB (Red+Green+Blue) = 1+133+82=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 133 (52.34% from 255 or 61.57% from 216); Blue value is 82 (32.42% from 255 or 37.96% from 216); Max value from RGB is 133 - color contains mainly: green. Hex color #018552 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018552 is #FE7AAD. Grayscale: #575757. Windows color (decimal): -16677550 or 5408001. OLE color: 5408001.

HSL color Cylindrical-coordinate representation of color #018552: hue angle of 156.82º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018552 is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 133 82 -
CMYK 0.99 0 0.38 0.48
HSL 156.82º 0.99% 0.26% -
HSV(B) 156.82º 0.99% 0.52% -
XYZ 9.92 17.39 10.82 -
YUV 87.72 124.77 66.15 -
System Red Green Blue C M Y K H S L
Decimal 1 133 82 0.99 0 0.38 0.48 156.82 0.99 0.26
Hex 1 85 52 63 0 26 30 9D 63 1A
Octal 1 205 122 143 0 46 60 235 143 32
Binary 1 10000101 1010010 1100011 0 100110 110000 10011101 1100011 11010

Color Harmonies of #018552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018552

Black with #018552

Text Example


Text Example

White with #018552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018552; }

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

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

background-color css

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

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

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

border-color css

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

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

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