#046D52

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

Shades of Watercourse #046D52

Tints of Watercourse #046D52

Color information

#046D52 (or 0x046D52) is unknown color: approx Watercourse. HEX triplet: 04, 6D and 52. RGB value is (4,109,82). Sum of RGB (Red+Green+Blue) = 4+109+82=195 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.05% from 195); Green value is 109 (42.97% from 255 or 55.90% from 195); Blue value is 82 (32.42% from 255 or 42.05% from 195); Max value from RGB is 109 - color contains mainly: green. Hex color #046D52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046D52 is #FB92AD. Grayscale: #4A4A4A. Windows color (decimal): -16487086 or 5401860. OLE color: 5401860.

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

Color convert

RGB410982-
CMYK0.9600.250.57
HSL164.57º92.92%22.16%-
HSV(B)164.57º96.33%42.75%-
XYZ7.0411.579.85-
YUV74.53132.2177.7-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.05%
GREEN value IS 109 (42.97% from 255) = 55.90%
BLUE value IS 82 (32.42% from 255) = 42.05%
R=2.05%
G=55.90%
B=42.05%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4109820.9600.250.57164.5792.9222.16
Hex46D526001939a55d16
Octal41551221400317124513526
Binary10011011011010010110000001100111100110100101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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