#036848

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

Shades of Watercourse #036848

Tints of Watercourse #036848

Color information

#036848 (or 0x036848) is unknown color: approx Watercourse. HEX triplet: 03, 68 and 48. RGB value is (3,104,72). Sum of RGB (Red+Green+Blue) = 3+104+72=179 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.68% from 179); Green value is 104 (41.02% from 255 or 58.10% from 179); Blue value is 72 (28.52% from 255 or 40.22% from 179); Max value from RGB is 104 - color contains mainly: green. Hex color #036848 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #036848 is #FC97B7. Grayscale: #464646. Windows color (decimal): -16553912 or 4745219. OLE color: 4745219.

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

Color convert

RGB310472-
CMYK0.9700.310.59
HSL160.99º94.39%20.98%-
HSV(B)160.99º97.12%40.78%-
XYZ6.1610.397.81-
YUV70.15129.0480.1-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.68%
GREEN value IS 104 (41.02% from 255) = 58.10%
BLUE value IS 72 (28.52% from 255) = 40.22%
R=1.68%
G=58.10%
B=40.22%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3104720.9700.310.59160.9994.3920.98
Hex368486101F3Ba15e15
Octal31501101410377324113625
Binary1111010001001000110000101111111101110100001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036848; }

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

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

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

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

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

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

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

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