#036348

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

Shades of Watercourse #036348

Tints of Watercourse #036348

Color information

#036348 (or 0x036348) is unknown color: approx Watercourse. HEX triplet: 03, 63 and 48. RGB value is (3,99,72). Sum of RGB (Red+Green+Blue) = 3+99+72=174 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.72% from 174); Green value is 99 (39.06% from 255 or 56.90% from 174); Blue value is 72 (28.52% from 255 or 41.38% from 174); Max value from RGB is 99 - color contains mainly: green. Hex color #036348 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036348 is #FC9CB7. Grayscale: #434343. Windows color (decimal): -16555192 or 4743939. OLE color: 4743939.

HSL color Cylindrical-coordinate representation of color #036348: hue angle of 163.12º 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 #036348 is Cyan = 0.97, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.61.

Color convert

RGB39972-
CMYK0.9700.270.61
HSL163.12º94.12%20%-
HSV(B)163.12º96.97%38.82%-
XYZ5.679.417.65-
YUV67.22130.782.2-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.72%
GREEN value IS 99 (39.06% from 255) = 56.90%
BLUE value IS 72 (28.52% from 255) = 41.38%
R=1.72%
G=56.90%
B=41.38%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal399720.9700.270.61163.1294.1220
Hex363486101B3Da35e14
Octal31431101410337524313624
Binary1111000111001000110000101101111110110100011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036348; }

 p { color: rgb(3,99,72); }

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

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

 a { background-color: rgb(3,99,72); }

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

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

 span { border-color: rgb(3,99,72); }

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