#036B48

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

Shades of Watercourse #036B48

Tints of Watercourse #036B48

Color information

#036B48 (or 0x036B48) is unknown color: approx Watercourse. HEX triplet: 03, 6B and 48. RGB value is (3,107,72). Sum of RGB (Red+Green+Blue) = 3+107+72=182 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.65% from 182); Green value is 107 (42.19% from 255 or 58.79% from 182); Blue value is 72 (28.52% from 255 or 39.56% from 182); Max value from RGB is 107 - color contains mainly: green. Hex color #036B48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036B48 is #FC94B7. Grayscale: #474747. Windows color (decimal): -16553144 or 4745987. OLE color: 4745987.

HSL color Cylindrical-coordinate representation of color #036B48: hue angle of 159.81º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036B48 is Cyan = 0.97, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.58.

Color convert

RGB310772-
CMYK0.9700.330.58
HSL159.81º94.55%21.57%-
HSV(B)159.81º97.2%41.96%-
XYZ6.46117.91-
YUV71.91128.0478.85-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.65%
GREEN value IS 107 (42.19% from 255) = 58.79%
BLUE value IS 72 (28.52% from 255) = 39.56%
R=1.65%
G=58.79%
B=39.56%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3107720.9700.330.58159.8194.5521.57
Hex36B48610213Aa05f16
Octal31531101410417224013726
Binary11110101110010001100001010000111101010100000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036B48; }

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

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

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

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

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

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

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

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