#037852

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

Shades of Watercourse #037852

Tints of Watercourse #037852

Color information

#037852 (or 0x037852) is unknown color: approx Watercourse. HEX triplet: 03, 78 and 52. RGB value is (3,120,82). Sum of RGB (Red+Green+Blue) = 3+120+82=205 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 205); Green value is 120 (47.27% from 255 or 58.54% from 205); Blue value is 82 (32.42% from 255 or 40% from 205); Max value from RGB is 120 - color contains mainly: green. Hex color #037852 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037852 is #FC87AD. Grayscale: #505050. Windows color (decimal): -16549806 or 5404675. OLE color: 5404675.

HSL color Cylindrical-coordinate representation of color #037852: hue angle of 160.51º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #037852 is Cyan = 0.98, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB312082-
CMYK0.9800.320.53
HSL160.51º95.12%24.12%-
HSV(B)160.51º97.5%47.06%-
XYZ8.2814.0610.26-
YUV80.68128.7472.59-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.46%
GREEN value IS 120 (47.27% from 255) = 58.54%
BLUE value IS 82 (32.42% from 255) = 40%
R=1.46%
G=58.54%
B=40%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3120820.9800.320.53160.5195.1224.12
Hex378526202035a15f18
Octal31701221420406524113730
Binary11111100010100101100010010000011010110100001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037852; }

 p { color: rgb(3,120,82); }

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

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

 a { background-color: rgb(3,120,82); }

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

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

 span { border-color: rgb(3,120,82); }

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