Html Css Color HEX #046250 Watercourse

📋 copy color: '#046250'

red 4 ◦ green 98 ◦ blue 80

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

Shades of Watercourse #046250

Tints of Watercourse #046250

RGB

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

 GREEN value IS 98 (38.67% from 255) = 53.85%

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

R = 2.2%
G = 53.85%
B = 43.96%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#046250 (or 0x046250) is known color: Watercourse. HEX triplet: 04, 62 and 50. RGB value is (4,98,80). Sum of RGB (Red+Green+Blue) = 4+98+80=182 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.20% from 182); Green value is 98 (38.67% from 255 or 53.85% from 182); Blue value is 80 (31.64% from 255 or 43.96% from 182); Max value from RGB is 98 - color contains mainly: green. Hex color #046250 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046250 is #FB9DAF. Grayscale: #434343. Windows color (decimal): -16489904 or 5267972. OLE color: 5267972.

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

Color convert

RGB 4 98 80 -
CMYK 0.96 0 0.18 0.62
HSL 168.51º 0.92% 0.2% -
HSV(B) 168.51º 0.96% 0.38% -
XYZ 5.87 9.34 9.08 -
YUV 67.84 134.86 82.46 -
System Red Green Blue C M Y K H S L
Decimal 4 98 80 0.96 0 0.18 0.62 168.51 0.92 0.2
Hex 4 62 50 60 0 12 3E A9 5C 14
Octal 4 142 120 140 0 22 76 251 134 24
Binary 100 1100010 1010000 1100000 0 10010 111110 10101001 1011100 10100

Color Harmonies of #046250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046250

Black with #046250

Text Example


Text Example

White with #046250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046250; }

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

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

background-color css

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

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

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

border-color css

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

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

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