Html Css Color HEX #045E4C Watercourse

📋 copy color: '#045E4C'

red 4 ◦ green 94 ◦ blue 76

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

Shades of Watercourse #045E4C

Tints of Watercourse #045E4C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 54.02%

 BLUE value IS 76 (30.08% from 255) = 43.68%

R = 2.3%
G = 54.02%
B = 43.68%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.19

 K value IS 0.63

RGB Variations

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

Color information

#045E4C (or 0x045E4C) is known color: Watercourse. HEX triplet: 04, 5E and 4C. RGB value is (4,94,76). Sum of RGB (Red+Green+Blue) = 4+94+76=174 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.30% from 174); Green value is 94 (37.11% from 255 or 54.02% from 174); Blue value is 76 (30.08% from 255 or 43.68% from 174); Max value from RGB is 94 - color contains mainly: green. Hex color #045E4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045E4C is #FBA1B3. Grayscale: #414141. Windows color (decimal): -16490932 or 5004804. OLE color: 5004804.

HSL color Cylindrical-coordinate representation of color #045E4C: hue angle of 168º 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 #045E4C is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.63.

Color convert

RGB 4 94 76 -
CMYK 0.96 0 0.19 0.63
HSL 168º 0.92% 0.19% -
HSV(B) 168º 0.96% 0.37% -
XYZ 5.36 8.55 8.21 -
YUV 65.04 134.18 84.46 -
System Red Green Blue C M Y K H S L
Decimal 4 94 76 0.96 0 0.19 0.63 168 0.92 0.19
Hex 4 5E 4C 60 0 13 3F A8 5C 13
Octal 4 136 114 140 0 23 77 250 134 23
Binary 100 1011110 1001100 1100000 0 10011 111111 10101000 1011100 10011

Color Harmonies of #045E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045E4C

Black with #045E4C

Text Example


Text Example

White with #045E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,94,76); }

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

background-color css

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

 a { background-color: rgb(4,94,76); }

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

border-color css

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

 span { border-color: rgb(4,94,76); }

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