Html Css Color HEX #046C52 Watercourse

📋 copy color: '#046C52'

red 4 ◦ green 108 ◦ blue 82

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

Shades of Watercourse #046C52

Tints of Watercourse #046C52

RGB

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

 GREEN value IS 108 (42.58% from 255) = 55.67%

 BLUE value IS 82 (32.42% from 255) = 42.27%

R = 2.06%
G = 55.67%
B = 42.27%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.24

 K value IS 0.58

RGB Variations

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

Color information

#046C52 (or 0x046C52) is known color: Watercourse. HEX triplet: 04, 6C and 52. RGB value is (4,108,82). Sum of RGB (Red+Green+Blue) = 4+108+82=194 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.06% from 194); Green value is 108 (42.58% from 255 or 55.67% from 194); Blue value is 82 (32.42% from 255 or 42.27% from 194); Max value from RGB is 108 - color contains mainly: green. Hex color #046C52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046C52 is #FB93AD. Grayscale: #494949. Windows color (decimal): -16487342 or 5401604. OLE color: 5401604.

HSL color Cylindrical-coordinate representation of color #046C52: hue angle of 165º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046C52 is Cyan = 0.96, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.58.

Color convert

RGB 4 108 82 -
CMYK 0.96 0 0.24 0.58
HSL 165º 0.93% 0.22% -
HSV(B) 165º 0.96% 0.42% -
XYZ 6.94 11.36 9.81 -
YUV 73.94 132.54 78.11 -
System Red Green Blue C M Y K H S L
Decimal 4 108 82 0.96 0 0.24 0.58 165 0.93 0.22
Hex 4 6C 52 60 0 18 3A A5 5D 16
Octal 4 154 122 140 0 30 72 245 135 26
Binary 100 1101100 1010010 1100000 0 11000 111010 10100101 1011101 10110

Color Harmonies of #046C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046C52

Black with #046C52

Text Example


Text Example

White with #046C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,108,82); }

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

background-color css

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

 a { background-color: rgb(4,108,82); }

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

border-color css

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

 span { border-color: rgb(4,108,82); }

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