#046C52

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

Shades of Watercourse #046C52

Tints of Watercourse #046C52

Color information

#046C52 (or 0x046C52) is unknown color: approx Watercourse. HEX triplet: 04, 6C and 52. RGB value is (4,108,82). Sum of RGB (Red+Green+Blue) = 4+108+82=194 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.06% from 194); Green value is 108 (42.58% from 255 or 55.67% from 194); Blue value is 82 (32.42% from 255 or 42.27% from 194); Max value from RGB is 108 - color contains mainly: green. Hex color #046C52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046C52 is #FB93AD. Grayscale: #494949. Windows color (decimal): -16487342 or 5401604. OLE color: 5401604.

HSL color Cylindrical-coordinate representation of color #046C52: hue angle of 165º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046C52 is Cyan = 0.96, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.58.

Color convert

RGB410882-
CMYK0.9600.240.58
HSL165º92.86%21.96%-
HSV(B)165º96.3%42.35%-
XYZ6.9411.369.81-
YUV73.94132.5478.11-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.06%
GREEN value IS 108 (42.58% from 255) = 55.67%
BLUE value IS 82 (32.42% from 255) = 42.27%
R=2.06%
G=55.67%
B=42.27%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4108820.9600.240.5816592.8621.96
Hex46C52600183Aa55d16
Octal41541221400307224513526
Binary10011011001010010110000001100011101010100101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #046C52; }

 p { color: rgb(4,108,82); }

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

<style>
 a { background-color: #046C52; }

 a { background-color: rgb(4,108,82); }

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

<style>
 span { border-color: #046C52; }

 span { border-color: rgb(4,108,82); }

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