#036041

Color #036041 Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #036041

Tints of Watercourse #036041

Color information

#036041 (or 0x036041) is unknown color: approx 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

RGB39665-
CMYK0.9700.320.62
HSL160º93.94%19.41%-
HSV(B)160º96.88%37.65%-
XYZ5.178.776.42-
YUV64.66128.1984.02-

RGB Variations

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

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 (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal396650.9700.320.6216093.9419.41
Hex36041610203Ea05e13
Octal31401011410407624013623
Binary11110000010000011100001010000011111010100000101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>