#036043

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

Shades of Watercourse #036043

Tints of Watercourse #036043

Color information

#036043 (or 0x036043) is unknown color: approx Watercourse. HEX triplet: 03, 60 and 43. RGB value is (3,96,67). Sum of RGB (Red+Green+Blue) = 3+96+67=166 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.81% from 166); Green value is 96 (37.89% from 255 or 57.83% from 166); Blue value is 67 (26.56% from 255 or 40.36% from 166); Max value from RGB is 96 - color contains mainly: green. Hex color #036043 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036043 is #FC9FBC. Grayscale: #404040. Windows color (decimal): -16555965 or 4415491. OLE color: 4415491.

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

Color convert

RGB39667-
CMYK0.9700.300.62
HSL161.29º93.94%19.41%-
HSV(B)161.29º96.88%37.65%-
XYZ5.238.796.73-
YUV64.89129.1983.86-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.81%
GREEN value IS 96 (37.89% from 255) = 57.83%
BLUE value IS 67 (26.56% from 255) = 40.36%
R=1.81%
G=57.83%
B=40.36%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal396670.9700.300.62161.2993.9419.41
Hex360436101E3Ea15e13
Octal31401031410367624113623
Binary1111000001000011110000101111011111010100001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036043; }

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

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

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

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

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

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

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

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