Html Css Color HEX #036041 Watercourse

📋 copy color: '#036041'

red 3 ◦ green 96 ◦ blue 65

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

Shades of Watercourse #036041

Tints of Watercourse #036041

RGB

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

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

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

R = 1.83%
G = 58.54%
B = 39.63%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#036041 (or 0x036041) is known color: Watercourse. HEX triplet: 03, 60 and 41. RGB value is (3,96,65). Sum of RGB (Red+Green+Blue) = 3+96+65=164 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.83% from 164); Green value is 96 (37.89% from 255 or 58.54% from 164); Blue value is 65 (25.78% from 255 or 39.63% from 164); Max value from RGB is 96 - color contains mainly: green. Hex color #036041 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036041 is #FC9FBE. Grayscale: #404040. Windows color (decimal): -16555967 or 4284419. OLE color: 4284419.

HSL color Cylindrical-coordinate representation of color #036041: hue angle of 160º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036041 is Cyan = 0.97, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB 3 96 65 -
CMYK 0.97 0 0.32 0.62
HSL 160º 0.94% 0.19% -
HSV(B) 160º 0.97% 0.38% -
XYZ 5.17 8.77 6.42 -
YUV 64.66 128.19 84.02 -
System Red Green Blue C M Y K H S L
Decimal 3 96 65 0.97 0 0.32 0.62 160 0.94 0.19
Hex 3 60 41 61 0 20 3E A0 5E 13
Octal 3 140 101 141 0 40 76 240 136 23
Binary 11 1100000 1000001 1100001 0 100000 111110 10100000 1011110 10011

Color Harmonies of #036041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036041

Black with #036041

Text Example


Text Example

White with #036041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036041; }

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

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

background-color css

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

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

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

border-color css

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

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

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