#036343

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

Shades of Watercourse #036343

Tints of Watercourse #036343

Color information

#036343 (or 0x036343) is unknown color: approx Watercourse. HEX triplet: 03, 63 and 43. RGB value is (3,99,67). Sum of RGB (Red+Green+Blue) = 3+99+67=169 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.78% from 169); Green value is 99 (39.06% from 255 or 58.58% from 169); Blue value is 67 (26.56% from 255 or 39.64% from 169); Max value from RGB is 99 - color contains mainly: green. Hex color #036343 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036343 is #FC9CBC. Grayscale: #424242. Windows color (decimal): -16555197 or 4416259. OLE color: 4416259.

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

Color convert

RGB39967-
CMYK0.9700.320.61
HSL160º94.12%20%-
HSV(B)160º96.97%38.82%-
XYZ5.519.356.82-
YUV66.65128.282.6-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.78%
GREEN value IS 99 (39.06% from 255) = 58.58%
BLUE value IS 67 (26.56% from 255) = 39.64%
R=1.78%
G=58.58%
B=39.64%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal399670.9700.320.6116094.1220
Hex36343610203Da05e14
Octal31431031410407524013624
Binary11110001110000111100001010000011110110100000101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036343; }

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

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

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

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

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

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

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

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