Html Css Color HEX #035642 Watercourse

📋 copy color: '#035642'

red 3 ◦ green 86 ◦ blue 66

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

Shades of Watercourse #035642

Tints of Watercourse #035642

RGB

 RED value IS 3 (1.56% from 255) = 1.94%

 GREEN value IS 86 (33.98% from 255) = 55.48%

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

R = 1.94%
G = 55.48%
B = 42.58%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.23

 K value IS 0.66

RGB Variations

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

Color information

#035642 (or 0x035642) is known color: Watercourse. HEX triplet: 03, 56 and 42. RGB value is (3,86,66). Sum of RGB (Red+Green+Blue) = 3+86+66=155 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.94% from 155); Green value is 86 (33.98% from 255 or 55.48% from 155); Blue value is 66 (26.17% from 255 or 42.58% from 155); Max value from RGB is 86 - color contains mainly: green. Hex color #035642 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035642 is #FCA9BD. Grayscale: #3A3A3A. Windows color (decimal): -16558526 or 4347395. OLE color: 4347395.

HSL color Cylindrical-coordinate representation of color #035642: hue angle of 165.54º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035642 is Cyan = 0.97, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.66.

Color convert

RGB 3 86 66 -
CMYK 0.97 0 0.23 0.66
HSL 165.54º 0.93% 0.17% -
HSV(B) 165.54º 0.97% 0.34% -
XYZ 4.35 7.07 6.29 -
YUV 58.9 132 88.13 -
System Red Green Blue C M Y K H S L
Decimal 3 86 66 0.97 0 0.23 0.66 165.54 0.93 0.17
Hex 3 56 42 61 0 17 42 A6 5D 11
Octal 3 126 102 141 0 27 102 246 135 21
Binary 11 1010110 1000010 1100001 0 10111 1000010 10100110 1011101 10001

Color Harmonies of #035642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035642

Black with #035642

Text Example


Text Example

White with #035642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035642; }

 p { color: rgb(3,86,66); }

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

background-color css

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

 a { background-color: rgb(3,86,66); }

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

border-color css

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

 span { border-color: rgb(3,86,66); }

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