#035946

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

Shades of Watercourse #035946

Tints of Watercourse #035946

Color information

#035946 (or 0x035946) is unknown color: approx Watercourse. HEX triplet: 03, 59 and 46. RGB value is (3,89,70). Sum of RGB (Red+Green+Blue) = 3+89+70=162 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.85% from 162); Green value is 89 (35.16% from 255 or 54.94% from 162); Blue value is 70 (27.73% from 255 or 43.21% from 162); Max value from RGB is 89 - color contains mainly: green. Hex color #035946 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035946 is #FCA6B9. Grayscale: #3D3D3D. Windows color (decimal): -16557754 or 4610307. OLE color: 4610307.

HSL color Cylindrical-coordinate representation of color #035946: hue angle of 166.74º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035946 is Cyan = 0.97, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.

Color convert

RGB38970-
CMYK0.9700.210.65
HSL166.74º93.48%18.04%-
HSV(B)166.74º96.63%34.9%-
XYZ4.727.617.01-
YUV61.12133.0186.54-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.85%
GREEN value IS 89 (35.16% from 255) = 54.94%
BLUE value IS 70 (27.73% from 255) = 43.21%
R=1.85%
G=54.94%
B=43.21%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal389700.9700.210.65166.7493.4818.04
Hex359466101541a75d12
Octal313110614102510124713522
Binary11101100110001101100001010101100000110100111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035946; }

 p { color: rgb(3,89,70); }

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

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

 a { background-color: rgb(3,89,70); }

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

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

 span { border-color: rgb(3,89,70); }

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