Html Css Color HEX #015C4A Watercourse

📋 copy color: '#015C4A'

red 1 ◦ green 92 ◦ blue 74

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

Shades of Watercourse #015C4A

Tints of Watercourse #015C4A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 55.09%

 BLUE value IS 74 (29.3% from 255) = 44.31%

R = 0.6%
G = 55.09%
B = 44.31%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.20

 K value IS 0.64

RGB Variations

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

Color information

#015C4A (or 0x015C4A) is known color: Watercourse. HEX triplet: 01, 5C and 4A. RGB value is (1,92,74). Sum of RGB (Red+Green+Blue) = 1+92+74=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 92 (36.33% from 255 or 55.09% from 167); Blue value is 74 (29.30% from 255 or 44.31% from 167); Max value from RGB is 92 - color contains mainly: green. Hex color #015C4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #015C4A is #FEA3B5. Grayscale: #3E3E3E. Windows color (decimal): -16688054 or 4873217. OLE color: 4873217.

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

Color convert

RGB 1 92 74 -
CMYK 0.99 0 0.20 0.64
HSL 168.13º 0.98% 0.18% -
HSV(B) 168.13º 0.99% 0.36% -
XYZ 5.08 8.16 7.79 -
YUV 62.74 134.35 83.96 -
System Red Green Blue C M Y K H S L
Decimal 1 92 74 0.99 0 0.20 0.64 168.13 0.98 0.18
Hex 1 5C 4A 63 0 14 40 A8 62 12
Octal 1 134 112 143 0 24 100 250 142 22
Binary 1 1011100 1001010 1100011 0 10100 1000000 10101000 1100010 10010

Color Harmonies of #015C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015C4A

Black with #015C4A

Text Example


Text Example

White with #015C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,92,74); }

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

background-color css

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

 a { background-color: rgb(1,92,74); }

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

border-color css

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

 span { border-color: rgb(1,92,74); }

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