#046E4D

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

Shades of Watercourse #046E4D

Tints of Watercourse #046E4D

Color information

#046E4D (or 0x046E4D) is unknown color: approx Watercourse. HEX triplet: 04, 6E and 4D. RGB value is (4,110,77). Sum of RGB (Red+Green+Blue) = 4+110+77=191 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.09% from 191); Green value is 110 (43.36% from 255 or 57.59% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 110 - color contains mainly: green. Hex color #046E4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046E4D is #FB91B2. Grayscale: #4A4A4A. Windows color (decimal): -16486835 or 5074436. OLE color: 5074436.

HSL color Cylindrical-coordinate representation of color #046E4D: hue angle of 161.32º 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 #046E4D is Cyan = 0.96, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.57.

Color convert

RGB411077-
CMYK0.9600.30.57
HSL161.32º92.98%22.35%-
HSV(B)161.32º96.36%43.14%-
XYZ6.9711.718.91-
YUV74.54129.3877.68-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.09%
GREEN value IS 110 (43.36% from 255) = 57.59%
BLUE value IS 77 (30.47% from 255) = 40.31%
R=2.09%
G=57.59%
B=40.31%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4110770.9600.30.57161.3292.9822.35
Hex46E4D6001E39a15d16
Octal41561151400367124113526
Binary10011011101001101110000001111011100110100001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #046E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,110,77); }

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

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

 a { background-color: rgb(4,110,77); }

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

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

 span { border-color: rgb(4,110,77); }

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