#045C4A

Color #045C4A Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #045C4A

Tints of Watercourse #045C4A

Color information

#045C4A (or 0x045C4A) is unknown color: approx Watercourse. HEX triplet: 04, 5C and 4A. RGB value is (4,92,74). Sum of RGB (Red+Green+Blue) = 4+92+74=170 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.35% from 170); Green value is 92 (36.33% from 255 or 54.12% from 170); Blue value is 74 (29.30% from 255 or 43.53% from 170); Max value from RGB is 92 - color contains mainly: green. Hex color #045C4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045C4A is #FBA3B5. Grayscale: #3F3F3F. Windows color (decimal): -16491446 or 4873220. OLE color: 4873220.

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

Color convert

RGB49274-
CMYK0.9600.200.64
HSL167.73º91.67%18.82%-
HSV(B)167.73º95.65%36.08%-
XYZ5.118.177.79-
YUV63.64133.8585.46-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.35%
GREEN value IS 92 (36.33% from 255) = 54.12%
BLUE value IS 74 (29.30% from 255) = 43.53%
R=2.35%
G=54.12%
B=43.53%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal492740.9600.200.64167.7391.6718.82
Hex45C4A6001440a85c13
Octal413411214002410025013423
Binary100101110010010101100000010100100000010101000101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #045C4A;
 }
 .AnyTagClassName
 {
   color: #045C4A;
 }
</style>
background-color css

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

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

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

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

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

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