#036953

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

Shades of Watercourse #036953

Tints of Watercourse #036953

Color information

#036953 (or 0x036953) is unknown color: approx Watercourse. HEX triplet: 03, 69 and 53. RGB value is (3,105,83). Sum of RGB (Red+Green+Blue) = 3+105+83=191 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.57% from 191); Green value is 105 (41.41% from 255 or 54.97% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 105 - color contains mainly: green. Hex color #036953 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036953 is #FC96AC. Grayscale: #474747. Windows color (decimal): -16553645 or 5466371. OLE color: 5466371.

HSL color Cylindrical-coordinate representation of color #036953: hue angle of 167.06º 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 #036953 is Cyan = 0.97, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB310583-
CMYK0.9700.210.59
HSL167.06º94.44%21.18%-
HSV(B)167.06º97.14%41.18%-
XYZ6.6510.759.91-
YUV71.99134.2178.79-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.57%
GREEN value IS 105 (41.41% from 255) = 54.97%
BLUE value IS 83 (32.81% from 255) = 43.46%
R=1.57%
G=54.97%
B=43.46%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3105830.9700.210.59167.0694.4421.18
Hex36953610153Ba75e15
Octal31511231410257324713625
Binary1111010011010011110000101010111101110100111101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036953; }

 p { color: rgb(3,105,83); }

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

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

 a { background-color: rgb(3,105,83); }

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

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

 span { border-color: rgb(3,105,83); }

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