Html Css Color HEX #045C49 Watercourse

📋 copy color: '#045C49'

red 4 ◦ green 92 ◦ blue 73

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

Shades of Watercourse #045C49

Tints of Watercourse #045C49

RGB

 RED value IS 4 (1.95% from 255) = 2.37%

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

 BLUE value IS 73 (28.91% from 255) = 43.2%

R = 2.37%
G = 54.44%
B = 43.2%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.21

 K value IS 0.64

RGB Variations

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

Color information

#045C49 (or 0x045C49) is known color: Watercourse. HEX triplet: 04, 5C and 49. RGB value is (4,92,73). Sum of RGB (Red+Green+Blue) = 4+92+73=169 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.37% from 169); Green value is 92 (36.33% from 255 or 54.44% from 169); Blue value is 73 (28.91% from 255 or 43.20% from 169); Max value from RGB is 92 - color contains mainly: green. Hex color #045C49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045C49 is #FBA3B6. Grayscale: #3F3F3F. Windows color (decimal): -16491447 or 4807684. OLE color: 4807684.

HSL color Cylindrical-coordinate representation of color #045C49: hue angle of 167.05º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045C49 is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.64.

Color convert

RGB 4 92 73 -
CMYK 0.96 0 0.21 0.64
HSL 167.05º 0.92% 0.19% -
HSV(B) 167.05º 0.96% 0.36% -
XYZ 5.08 8.16 7.61 -
YUV 63.52 133.35 85.54 -
System Red Green Blue C M Y K H S L
Decimal 4 92 73 0.96 0 0.21 0.64 167.05 0.92 0.19
Hex 4 5C 49 60 0 15 40 A7 5C 13
Octal 4 134 111 140 0 25 100 247 134 23
Binary 100 1011100 1001001 1100000 0 10101 1000000 10100111 1011100 10011

Color Harmonies of #045C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045C49

Black with #045C49

Text Example


Text Example

White with #045C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045C49; }

 p { color: rgb(4,92,73); }

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

background-color css

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

 a { background-color: rgb(4,92,73); }

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

border-color css

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

 span { border-color: rgb(4,92,73); }

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