Html Css Color HEX #035640 Watercourse

📋 copy color: '#035640'

red 3 ◦ green 86 ◦ blue 64

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

Shades of Watercourse #035640

Tints of Watercourse #035640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 41.83%

R = 1.96%
G = 56.21%
B = 41.83%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#035640 (or 0x035640) is known color: Watercourse. HEX triplet: 03, 56 and 40. RGB value is (3,86,64). Sum of RGB (Red+Green+Blue) = 3+86+64=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 86 (33.98% from 255 or 56.21% from 153); Blue value is 64 (25.39% from 255 or 41.83% from 153); Max value from RGB is 86 - color contains mainly: green. Hex color #035640 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035640 is #FCA9BF. Grayscale: #3A3A3A. Windows color (decimal): -16558528 or 4216323. OLE color: 4216323.

HSL color Cylindrical-coordinate representation of color #035640: hue angle of 164.1º 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 #035640 is Cyan = 0.97, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB 3 86 64 -
CMYK 0.97 0 0.26 0.66
HSL 164.1º 0.93% 0.17% -
HSV(B) 164.1º 0.97% 0.34% -
XYZ 4.29 7.05 5.98 -
YUV 58.68 131 88.29 -
System Red Green Blue C M Y K H S L
Decimal 3 86 64 0.97 0 0.26 0.66 164.1 0.93 0.17
Hex 3 56 40 61 0 1A 42 A4 5D 11
Octal 3 126 100 141 0 32 102 244 135 21
Binary 11 1010110 1000000 1100001 0 11010 1000010 10100100 1011101 10001

Color Harmonies of #035640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035640

Black with #035640

Text Example


Text Example

White with #035640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035640; }

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

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

background-color css

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

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

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

border-color css

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

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

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