Html Css Color HEX #018052 Watercourse

📋 copy color: '#018052'

red 1 ◦ green 128 ◦ blue 82

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

Shades of Watercourse #018052

Tints of Watercourse #018052

RGB

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

 GREEN value IS 128 (50.39% from 255) = 60.66%

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

R = 0.47%
G = 60.66%
B = 38.86%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.36

 K value IS 0.50

RGB Variations

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

Color information

#018052 (or 0x018052) is known color: Watercourse. HEX triplet: 01, 80 and 52. RGB value is (1,128,82). Sum of RGB (Red+Green+Blue) = 1+128+82=211 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 211); Green value is 128 (50.39% from 255 or 60.66% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 128 - color contains mainly: green. Hex color #018052 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018052 is #FE7FAD. Grayscale: #545454. Windows color (decimal): -16678830 or 5406721. OLE color: 5406721.

HSL color Cylindrical-coordinate representation of color #018052: hue angle of 158.27º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018052 is Cyan = 0.99, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 128 82 -
CMYK 0.99 0 0.36 0.50
HSL 158.27º 0.98% 0.25% -
HSV(B) 158.27º 0.99% 0.5% -
XYZ 9.25 16.05 10.59 -
YUV 84.78 126.42 68.24 -
System Red Green Blue C M Y K H S L
Decimal 1 128 82 0.99 0 0.36 0.50 158.27 0.98 0.25
Hex 1 80 52 63 0 24 32 9E 62 19
Octal 1 200 122 143 0 44 62 236 142 31
Binary 1 10000000 1010010 1100011 0 100100 110010 10011110 1100010 11001

Color Harmonies of #018052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018052

Black with #018052

Text Example


Text Example

White with #018052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018052; }

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

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

background-color css

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

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

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

border-color css

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

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

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