Html Css Color HEX #035741 Watercourse

📋 copy color: '#035741'

red 3 ◦ green 87 ◦ blue 65

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

Shades of Watercourse #035741

Tints of Watercourse #035741

RGB

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

 GREEN value IS 87 (34.38% from 255) = 56.13%

 BLUE value IS 65 (25.78% from 255) = 41.94%

R = 1.94%
G = 56.13%
B = 41.94%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.25

 K value IS 0.66

RGB Variations

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

Color information

#035741 (or 0x035741) is known color: Watercourse. HEX triplet: 03, 57 and 41. RGB value is (3,87,65). Sum of RGB (Red+Green+Blue) = 3+87+65=155 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.94% from 155); Green value is 87 (34.38% from 255 or 56.13% from 155); Blue value is 65 (25.78% from 255 or 41.94% from 155); Max value from RGB is 87 - color contains mainly: green. Hex color #035741 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035741 is #FCA8BE. Grayscale: #3B3B3B. Windows color (decimal): -16558271 or 4282115. OLE color: 4282115.

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

Color convert

RGB 3 87 65 -
CMYK 0.97 0 0.25 0.66
HSL 164.29º 0.93% 0.18% -
HSV(B) 164.29º 0.97% 0.34% -
XYZ 4.4 7.22 6.16 -
YUV 59.38 131.17 87.79 -
System Red Green Blue C M Y K H S L
Decimal 3 87 65 0.97 0 0.25 0.66 164.29 0.93 0.18
Hex 3 57 41 61 0 19 42 A4 5D 12
Octal 3 127 101 141 0 31 102 244 135 22
Binary 11 1010111 1000001 1100001 0 11001 1000010 10100100 1011101 10010

Color Harmonies of #035741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035741

Black with #035741

Text Example


Text Example

White with #035741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035741; }

 p { color: rgb(3,87,65); }

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

background-color css

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

 a { background-color: rgb(3,87,65); }

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

border-color css

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

 span { border-color: rgb(3,87,65); }

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