Html Css Color HEX #046750 Watercourse

📋 copy color: '#046750'

red 4 ◦ green 103 ◦ blue 80

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

Shades of Watercourse #046750

Tints of Watercourse #046750

RGB

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

 GREEN value IS 103 (40.63% from 255) = 55.08%

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

R = 2.14%
G = 55.08%
B = 42.78%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.22

 K value IS 0.60

RGB Variations

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

Color information

#046750 (or 0x046750) is known color: Watercourse. HEX triplet: 04, 67 and 50. RGB value is (4,103,80). Sum of RGB (Red+Green+Blue) = 4+103+80=187 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.14% from 187); Green value is 103 (40.62% from 255 or 55.08% from 187); Blue value is 80 (31.64% from 255 or 42.78% from 187); Max value from RGB is 103 - color contains mainly: green. Hex color #046750 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046750 is #FB98AF. Grayscale: #464646. Windows color (decimal): -16488624 or 5269252. OLE color: 5269252.

HSL color Cylindrical-coordinate representation of color #046750: hue angle of 166.06º degrees, saturation: 0.93, 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 #046750 is Cyan = 0.96, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.60.

Color convert

RGB 4 103 80 -
CMYK 0.96 0 0.22 0.60
HSL 166.06º 0.93% 0.21% -
HSV(B) 166.06º 0.96% 0.4% -
XYZ 6.35 10.31 9.24 -
YUV 70.78 133.2 80.37 -
System Red Green Blue C M Y K H S L
Decimal 4 103 80 0.96 0 0.22 0.60 166.06 0.93 0.21
Hex 4 67 50 60 0 16 3C A6 5D 15
Octal 4 147 120 140 0 26 74 246 135 25
Binary 100 1100111 1010000 1100000 0 10110 111100 10100110 1011101 10101

Color Harmonies of #046750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046750

Black with #046750

Text Example


Text Example

White with #046750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046750; }

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

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

background-color css

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

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

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

border-color css

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

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

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