Html Css Color HEX #046350 Watercourse

📋 copy color: '#046350'

red 4 ◦ green 99 ◦ blue 80

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

Shades of Watercourse #046350

Tints of Watercourse #046350

RGB

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

 GREEN value IS 99 (39.06% from 255) = 54.1%

 BLUE value IS 80 (31.64% from 255) = 43.72%

R = 2.19%
G = 54.1%
B = 43.72%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.19

 K value IS 0.61

RGB Variations

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

Color information

#046350 (or 0x046350) is known color: Watercourse. HEX triplet: 04, 63 and 50. RGB value is (4,99,80). Sum of RGB (Red+Green+Blue) = 4+99+80=183 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.19% from 183); Green value is 99 (39.06% from 255 or 54.10% from 183); Blue value is 80 (31.64% from 255 or 43.72% from 183); Max value from RGB is 99 - color contains mainly: green. Hex color #046350 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046350 is #FB9CAF. Grayscale: #444444. Windows color (decimal): -16489648 or 5268228. OLE color: 5268228.

HSL color Cylindrical-coordinate representation of color #046350: hue angle of 168º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046350 is Cyan = 0.96, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB 4 99 80 -
CMYK 0.96 0 0.19 0.61
HSL 168º 0.92% 0.2% -
HSV(B) 168º 0.96% 0.39% -
XYZ 5.96 9.53 9.11 -
YUV 68.43 134.53 82.04 -
System Red Green Blue C M Y K H S L
Decimal 4 99 80 0.96 0 0.19 0.61 168 0.92 0.2
Hex 4 63 50 60 0 13 3D A8 5C 14
Octal 4 143 120 140 0 23 75 250 134 24
Binary 100 1100011 1010000 1100000 0 10011 111101 10101000 1011100 10100

Color Harmonies of #046350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046350

Black with #046350

Text Example


Text Example

White with #046350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046350; }

 p { color: rgb(4,99,80); }

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

background-color css

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

 a { background-color: rgb(4,99,80); }

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

border-color css

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

 span { border-color: rgb(4,99,80); }

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