#007852

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

Shades of Watercourse #007852

Tints of Watercourse #007852

Color information

#007852 (or 0x007852) is unknown color: approx Watercourse. HEX triplet: 00, 78 and 52. RGB value is (0,120,82). Sum of RGB (Red+Green+Blue) = 0+120+82=202 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 202); Green value is 120 (47.27% from 255 or 59.41% from 202); Blue value is 82 (32.42% from 255 or 40.59% from 202); Max value from RGB is 120 - color contains mainly: green. Hex color #007852 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007852 is #FF87AD. Grayscale: #4F4F4F. Windows color (decimal): -16746414 or 5404672. OLE color: 5404672.

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

Color convert

RGB012082-
CMYK100.320.53
HSL161º100%23.53%-
HSV(B)161º100%47.06%-
XYZ8.2414.0410.26-
YUV79.79129.2471.09-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 120 (47.27% from 255) = 59.41%
BLUE value IS 82 (32.42% from 255) = 40.59%
R=0%
G=59.41%
B=40.59%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal012082100.320.5316110023.53
Hex078526402035a16418
Octal01701221440406524114430
Binary0111100010100101100100010000011010110100001110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007852; }

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

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

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

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

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

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

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

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