Html Css Color HEX #046D52 Watercourse

📋 copy color: '#046D52'

red 4 ◦ green 109 ◦ blue 82

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

Shades of Watercourse #046D52

Tints of Watercourse #046D52

RGB

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

 GREEN value IS 109 (42.97% from 255) = 55.9%

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

R = 2.05%
G = 55.9%
B = 42.05%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.25

 K value IS 0.57

RGB Variations

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

Color information

#046D52 (or 0x046D52) is known color: Watercourse. HEX triplet: 04, 6D and 52. RGB value is (4,109,82). Sum of RGB (Red+Green+Blue) = 4+109+82=195 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.05% from 195); Green value is 109 (42.97% from 255 or 55.90% from 195); Blue value is 82 (32.42% from 255 or 42.05% from 195); Max value from RGB is 109 - color contains mainly: green. Hex color #046D52 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #046D52 is #FB92AD. Grayscale: #4A4A4A. Windows color (decimal): -16487086 or 5401860. OLE color: 5401860.

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

Color convert

RGB 4 109 82 -
CMYK 0.96 0 0.25 0.57
HSL 164.57º 0.93% 0.22% -
HSV(B) 164.57º 0.96% 0.43% -
XYZ 7.04 11.57 9.85 -
YUV 74.53 132.21 77.7 -
System Red Green Blue C M Y K H S L
Decimal 4 109 82 0.96 0 0.25 0.57 164.57 0.93 0.22
Hex 4 6D 52 60 0 19 39 A5 5D 16
Octal 4 155 122 140 0 31 71 245 135 26
Binary 100 1101101 1010010 1100000 0 11001 111001 10100101 1011101 10110

Color Harmonies of #046D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046D52

Black with #046D52

Text Example


Text Example

White with #046D52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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