Html Css Color HEX #045F49 Watercourse

📋 copy color: '#045F49'

red 4 ◦ green 95 ◦ blue 73

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

Shades of Watercourse #045F49

Tints of Watercourse #045F49

RGB

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

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

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

R = 2.33%
G = 55.23%
B = 42.44%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.23

 K value IS 0.63

RGB Variations

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

Color information

#045F49 (or 0x045F49) is known color: Watercourse. HEX triplet: 04, 5F and 49. RGB value is (4,95,73). Sum of RGB (Red+Green+Blue) = 4+95+73=172 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.33% from 172); Green value is 95 (37.5% from 255 or 55.23% from 172); Blue value is 73 (28.91% from 255 or 42.44% from 172); Max value from RGB is 95 - color contains mainly: green. Hex color #045F49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045F49 is #FBA0B6. Grayscale: #414141. Windows color (decimal): -16490679 or 4808452. OLE color: 4808452.

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

Color convert

RGB 4 95 73 -
CMYK 0.96 0 0.23 0.63
HSL 165.49º 0.92% 0.19% -
HSV(B) 165.49º 0.96% 0.37% -
XYZ 5.34 8.69 7.7 -
YUV 65.28 132.35 84.29 -
System Red Green Blue C M Y K H S L
Decimal 4 95 73 0.96 0 0.23 0.63 165.49 0.92 0.19
Hex 4 5F 49 60 0 17 3F A5 5C 13
Octal 4 137 111 140 0 27 77 245 134 23
Binary 100 1011111 1001001 1100000 0 10111 111111 10100101 1011100 10011

Color Harmonies of #045F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045F49

Black with #045F49

Text Example


Text Example

White with #045F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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