Html Css Color HEX #015A40 Watercourse

📋 copy color: '#015A40'

red 1 ◦ green 90 ◦ blue 64

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

Shades of Watercourse #015A40

Tints of Watercourse #015A40

RGB

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

 GREEN value IS 90 (35.55% from 255) = 58.06%

 BLUE value IS 64 (25.39% from 255) = 41.29%

R = 0.65%
G = 58.06%
B = 41.29%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.29

 K value IS 0.65

RGB Variations

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

Color information

#015A40 (or 0x015A40) is known color: Watercourse. HEX triplet: 01, 5A and 40. RGB value is (1,90,64). Sum of RGB (Red+Green+Blue) = 1+90+64=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 90 (35.55% from 255 or 58.06% from 155); Blue value is 64 (25.39% from 255 or 41.29% from 155); Max value from RGB is 90 - color contains mainly: green. Hex color #015A40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015A40 is #FEA5BF. Grayscale: #3C3C3C. Windows color (decimal): -16688576 or 4217345. OLE color: 4217345.

HSL color Cylindrical-coordinate representation of color #015A40: hue angle of 162.47º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015A40 is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.

Color convert

RGB 1 90 64 -
CMYK 0.99 0 0.29 0.65
HSL 162.47º 0.98% 0.18% -
HSV(B) 162.47º 0.99% 0.35% -
XYZ 4.59 7.69 6.09 -
YUV 60.43 130.01 85.61 -
System Red Green Blue C M Y K H S L
Decimal 1 90 64 0.99 0 0.29 0.65 162.47 0.98 0.18
Hex 1 5A 40 63 0 1D 41 A2 62 12
Octal 1 132 100 143 0 35 101 242 142 22
Binary 1 1011010 1000000 1100011 0 11101 1000001 10100010 1100010 10010

Color Harmonies of #015A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015A40

Black with #015A40

Text Example


Text Example

White with #015A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015A40; }

 p { color: rgb(1,90,64); }

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

background-color css

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

 a { background-color: rgb(1,90,64); }

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

border-color css

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

 span { border-color: rgb(1,90,64); }

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