Html Css Color HEX #018253 Watercourse

📋 copy color: '#018253'

red 1 ◦ green 130 ◦ blue 83

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

Shades of Watercourse #018253

Tints of Watercourse #018253

RGB

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

 GREEN value IS 130 (51.17% from 255) = 60.75%

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

R = 0.47%
G = 60.75%
B = 38.79%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#018253 (or 0x018253) is known color: Watercourse. HEX triplet: 01, 82 and 53. RGB value is (1,130,83). Sum of RGB (Red+Green+Blue) = 1+130+83=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 130 (51.17% from 255 or 60.75% from 214); Blue value is 83 (32.81% from 255 or 38.79% from 214); Max value from RGB is 130 - color contains mainly: green. Hex color #018253 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018253 is #FE7DAC. Grayscale: #565656. Windows color (decimal): -16678317 or 5472769. OLE color: 5472769.

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

Color convert

RGB 1 130 83 -
CMYK 0.99 0 0.36 0.49
HSL 158.14º 0.98% 0.26% -
HSV(B) 158.14º 0.99% 0.51% -
XYZ 9.56 16.6 10.88 -
YUV 86.07 126.26 67.32 -
System Red Green Blue C M Y K H S L
Decimal 1 130 83 0.99 0 0.36 0.49 158.14 0.98 0.26
Hex 1 82 53 63 0 24 31 9E 62 1A
Octal 1 202 123 143 0 44 61 236 142 32
Binary 1 10000010 1010011 1100011 0 100100 110001 10011110 1100010 11010

Color Harmonies of #018253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018253

Black with #018253

Text Example


Text Example

White with #018253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018253; }

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

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

background-color css

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

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

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

border-color css

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

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

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