Html Css Color HEX #046042 Watercourse

📋 copy color: '#046042'

red 4 ◦ green 96 ◦ blue 66

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

Shades of Watercourse #046042

Tints of Watercourse #046042

RGB

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

 GREEN value IS 96 (37.89% from 255) = 57.83%

 BLUE value IS 66 (26.17% from 255) = 39.76%

R = 2.41%
G = 57.83%
B = 39.76%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.31

 K value IS 0.62

RGB Variations

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

Color information

#046042 (or 0x046042) is known color: Watercourse. HEX triplet: 04, 60 and 42. RGB value is (4,96,66). Sum of RGB (Red+Green+Blue) = 4+96+66=166 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.41% from 166); Green value is 96 (37.89% from 255 or 57.83% from 166); Blue value is 66 (26.17% from 255 or 39.76% from 166); Max value from RGB is 96 - color contains mainly: green. Hex color #046042 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #046042 is #FB9FBD. Grayscale: #414141. Windows color (decimal): -16490430 or 4349956. OLE color: 4349956.

HSL color Cylindrical-coordinate representation of color #046042: hue angle of 160.43º 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 #046042 is Cyan = 0.96, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB 4 96 66 -
CMYK 0.96 0 0.31 0.62
HSL 160.43º 0.92% 0.2% -
HSV(B) 160.43º 0.96% 0.38% -
XYZ 5.22 8.78 6.57 -
YUV 65.07 128.52 84.44 -
System Red Green Blue C M Y K H S L
Decimal 4 96 66 0.96 0 0.31 0.62 160.43 0.92 0.2
Hex 4 60 42 60 0 1F 3E A0 5C 14
Octal 4 140 102 140 0 37 76 240 134 24
Binary 100 1100000 1000010 1100000 0 11111 111110 10100000 1011100 10100

Color Harmonies of #046042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #046042

Black with #046042

Text Example


Text Example

White with #046042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #046042; }

 p { color: rgb(4,96,66); }

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

background-color css

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

 a { background-color: rgb(4,96,66); }

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

border-color css

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

 span { border-color: rgb(4,96,66); }

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