Html Css Color HEX #046650 Watercourse

📋 copy color: '#046650'

red 4 ◦ green 102 ◦ blue 80

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

Shades of Watercourse #046650

Tints of Watercourse #046650

RGB

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

 GREEN value IS 102 (40.23% from 255) = 54.84%

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

R = 2.15%
G = 54.84%
B = 43.01%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.22

 K value IS 0.6

RGB Variations

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

Color information

#046650 (or 0x046650) is known color: Watercourse. HEX triplet: 04, 66 and 50. RGB value is (4,102,80). Sum of RGB (Red+Green+Blue) = 4+102+80=186 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.15% from 186); Green value is 102 (40.23% from 255 or 54.84% from 186); Blue value is 80 (31.64% from 255 or 43.01% from 186); Max value from RGB is 102 - color contains mainly: green. Hex color #046650 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046650 is #FB99AF. Grayscale: #464646. Windows color (decimal): -16488880 or 5268996. OLE color: 5268996.

HSL color Cylindrical-coordinate representation of color #046650: hue angle of 166.53º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046650 is Cyan = 0.96, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.6.

Color convert

RGB 4 102 80 -
CMYK 0.96 0 0.22 0.6
HSL 166.53º 0.92% 0.21% -
HSV(B) 166.53º 0.96% 0.4% -
XYZ 6.25 10.11 9.21 -
YUV 70.19 133.53 80.79 -
System Red Green Blue C M Y K H S L
Decimal 4 102 80 0.96 0 0.22 0.6 166.53 0.92 0.21
Hex 4 66 50 60 0 16 3C A7 5C 15
Octal 4 146 120 140 0 26 74 247 134 25
Binary 100 1100110 1010000 1100000 0 10110 111100 10100111 1011100 10101

Color Harmonies of #046650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046650

Black with #046650

Text Example


Text Example

White with #046650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046650; }

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

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

background-color css

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

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

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

border-color css

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

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

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