#035D47

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

Shades of Watercourse #035D47

Tints of Watercourse #035D47

Color information

#035D47 (or 0x035D47) is unknown color: approx Watercourse. HEX triplet: 03, 5D and 47. RGB value is (3,93,71). Sum of RGB (Red+Green+Blue) = 3+93+71=167 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.80% from 167); Green value is 93 (36.72% from 255 or 55.69% from 167); Blue value is 71 (28.12% from 255 or 42.51% from 167); Max value from RGB is 93 - color contains mainly: green. Hex color #035D47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035D47 is #FCA2B8. Grayscale: #3F3F3F. Windows color (decimal): -16556729 or 4676867. OLE color: 4676867.

HSL color Cylindrical-coordinate representation of color #035D47: hue angle of 165.33º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035D47 is Cyan = 0.97, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.64.

Color convert

RGB39371-
CMYK0.9700.240.64
HSL165.33º93.75%18.82%-
HSV(B)165.33º96.77%36.47%-
XYZ5.098.37.3-
YUV63.58132.1884.79-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.80%
GREEN value IS 93 (36.72% from 255) = 55.69%
BLUE value IS 71 (28.12% from 255) = 42.51%
R=1.80%
G=55.69%
B=42.51%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal393710.9700.240.64165.3393.7518.82
Hex35D476101840a55e13
Octal313510714103010024513623
Binary11101110110001111100001011000100000010100101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035D47; }

 p { color: rgb(3,93,71); }

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

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

 a { background-color: rgb(3,93,71); }

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

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

 span { border-color: rgb(3,93,71); }

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