Html Css Color HEX #035941 Watercourse

📋 copy color: '#035941'

red 3 ◦ green 89 ◦ blue 65

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

Shades of Watercourse #035941

Tints of Watercourse #035941

RGB

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

 GREEN value IS 89 (35.16% from 255) = 56.69%

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

R = 1.91%
G = 56.69%
B = 41.4%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#035941 (or 0x035941) is known color: Watercourse. HEX triplet: 03, 59 and 41. RGB value is (3,89,65). Sum of RGB (Red+Green+Blue) = 3+89+65=157 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.91% from 157); Green value is 89 (35.16% from 255 or 56.69% from 157); Blue value is 65 (25.78% from 255 or 41.40% from 157); Max value from RGB is 89 - color contains mainly: green. Hex color #035941 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035941 is #FCA6BE. Grayscale: #3C3C3C. Windows color (decimal): -16557759 or 4282627. OLE color: 4282627.

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

Color convert

RGB 3 89 65 -
CMYK 0.97 0 0.27 0.65
HSL 163.26º 0.93% 0.18% -
HSV(B) 163.26º 0.97% 0.35% -
XYZ 4.56 7.55 6.22 -
YUV 60.55 130.51 86.95 -
System Red Green Blue C M Y K H S L
Decimal 3 89 65 0.97 0 0.27 0.65 163.26 0.93 0.18
Hex 3 59 41 61 0 1B 41 A3 5D 12
Octal 3 131 101 141 0 33 101 243 135 22
Binary 11 1011001 1000001 1100001 0 11011 1000001 10100011 1011101 10010

Color Harmonies of #035941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035941

Black with #035941

Text Example


Text Example

White with #035941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035941; }

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

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

background-color css

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

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

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

border-color css

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

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

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