Html Css Color HEX #015F4D Watercourse

📋 copy color: '#015F4D'

red 1 ◦ green 95 ◦ blue 77

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

Shades of Watercourse #015F4D

Tints of Watercourse #015F4D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 54.91%

 BLUE value IS 77 (30.47% from 255) = 44.51%

R = 0.58%
G = 54.91%
B = 44.51%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.19

 K value IS 0.63

RGB Variations

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

Color information

#015F4D (or 0x015F4D) is known color: Watercourse. HEX triplet: 01, 5F and 4D. RGB value is (1,95,77). Sum of RGB (Red+Green+Blue) = 1+95+77=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 95 (37.5% from 255 or 54.91% from 173); Blue value is 77 (30.47% from 255 or 44.51% from 173); Max value from RGB is 95 - color contains mainly: green. Hex color #015F4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015F4D is #FEA0B2. Grayscale: #404040. Windows color (decimal): -16687283 or 5070593. OLE color: 5070593.

HSL color Cylindrical-coordinate representation of color #015F4D: hue angle of 168.51º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015F4D is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.63.

Color convert

RGB 1 95 77 -
CMYK 0.99 0 0.19 0.63
HSL 168.51º 0.98% 0.19% -
HSV(B) 168.51º 0.99% 0.37% -
XYZ 5.44 8.73 8.42 -
YUV 64.84 134.86 82.46 -
System Red Green Blue C M Y K H S L
Decimal 1 95 77 0.99 0 0.19 0.63 168.51 0.98 0.19
Hex 1 5F 4D 63 0 13 3F A9 62 13
Octal 1 137 115 143 0 23 77 251 142 23
Binary 1 1011111 1001101 1100011 0 10011 111111 10101001 1100010 10011

Color Harmonies of #015F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015F4D

Black with #015F4D

Text Example


Text Example

White with #015F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,95,77); }

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

background-color css

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

 a { background-color: rgb(1,95,77); }

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

border-color css

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

 span { border-color: rgb(1,95,77); }

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