#036442

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

Shades of Watercourse #036442

Tints of Watercourse #036442

Color information

#036442 (or 0x036442) is unknown color: approx Watercourse. HEX triplet: 03, 64 and 42. RGB value is (3,100,66). Sum of RGB (Red+Green+Blue) = 3+100+66=169 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.78% from 169); Green value is 100 (39.45% from 255 or 59.17% from 169); Blue value is 66 (26.17% from 255 or 39.05% from 169); Max value from RGB is 100 - color contains mainly: green. Hex color #036442 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036442 is #FC9BBD. Grayscale: #434343. Windows color (decimal): -16554942 or 4350979. OLE color: 4350979.

HSL color Cylindrical-coordinate representation of color #036442: hue angle of 158.97º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036442 is Cyan = 0.97, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.61.

Color convert

RGB310066-
CMYK0.9700.340.61
HSL158.97º94.17%20.2%-
HSV(B)158.97º97%39.22%-
XYZ5.589.536.7-
YUV67.12127.3682.26-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.78%
GREEN value IS 100 (39.45% from 255) = 59.17%
BLUE value IS 66 (26.17% from 255) = 39.05%
R=1.78%
G=59.17%
B=39.05%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3100660.9700.340.61158.9794.1720.2
Hex36442610223D9f5e14
Octal31441021410427523713624
Binary11110010010000101100001010001011110110011111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036442; }

 p { color: rgb(3,100,66); }

 H1.HeaderClassName
 {
   color: #036442;
 }
 .AnyTagClassName
 {
   color: #036442;
 }
</style>
background-color css

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

 a { background-color: rgb(3,100,66); }

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

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

 span { border-color: rgb(3,100,66); }

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