#036742

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

Shades of Watercourse #036742

Tints of Watercourse #036742

Color information

#036742 (or 0x036742) is unknown color: approx Watercourse. HEX triplet: 03, 67 and 42. RGB value is (3,103,66). Sum of RGB (Red+Green+Blue) = 3+103+66=172 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.74% from 172); Green value is 103 (40.62% from 255 or 59.88% from 172); Blue value is 66 (26.17% from 255 or 38.37% from 172); Max value from RGB is 103 - color contains mainly: green. Hex color #036742 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036742 is #FC98BD. Grayscale: #444444. Windows color (decimal): -16554174 or 4351747. OLE color: 4351747.

HSL color Cylindrical-coordinate representation of color #036742: hue angle of 157.8º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036742 is Cyan = 0.97, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.60.

Color convert

RGB310366-
CMYK0.9700.360.60
HSL157.8º94.34%20.78%-
HSV(B)157.8º97.09%40.39%-
XYZ5.8710.116.8-
YUV68.88126.3781.01-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.74%
GREEN value IS 103 (40.62% from 255) = 59.88%
BLUE value IS 66 (26.17% from 255) = 38.37%
R=1.74%
G=59.88%
B=38.37%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3103660.9700.360.60157.894.3420.78
Hex36742610243C9e5e15
Octal31471021410447423613625
Binary11110011110000101100001010010011110010011110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036742; }

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

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

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

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

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

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

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

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