#037552

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

Shades of Watercourse #037552

Tints of Watercourse #037552

Color information

#037552 (or 0x037552) is unknown color: approx Watercourse. HEX triplet: 03, 75 and 52. RGB value is (3,117,82). Sum of RGB (Red+Green+Blue) = 3+117+82=202 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 202); Green value is 117 (46.09% from 255 or 57.92% from 202); Blue value is 82 (32.42% from 255 or 40.59% from 202); Max value from RGB is 117 - color contains mainly: green. Hex color #037552 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #037552 is #FC8AAD. Grayscale: #4E4E4E. Windows color (decimal): -16550574 or 5403907. OLE color: 5403907.

HSL color Cylindrical-coordinate representation of color #037552: hue angle of 161.58º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #037552 is Cyan = 0.97, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB311782-
CMYK0.9700.300.54
HSL161.58º95%23.53%-
HSV(B)161.58º97.44%45.88%-
XYZ7.9213.3510.14-
YUV78.92129.7373.85-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.49%
GREEN value IS 117 (46.09% from 255) = 57.92%
BLUE value IS 82 (32.42% from 255) = 40.59%
R=1.49%
G=57.92%
B=40.59%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3117820.9700.300.54161.589523.53
Hex375526101E36a25f18
Octal31651221410366624213730
Binary1111101011010010110000101111011011010100010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #037552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #037552; }

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

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

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

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

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

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

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

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