#035D48

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

Shades of Watercourse #035D48

Tints of Watercourse #035D48

Color information

#035D48 (or 0x035D48) is unknown color: approx Watercourse. HEX triplet: 03, 5D and 48. RGB value is (3,93,72). Sum of RGB (Red+Green+Blue) = 3+93+72=168 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.79% from 168); Green value is 93 (36.72% from 255 or 55.36% from 168); Blue value is 72 (28.52% from 255 or 42.86% from 168); Max value from RGB is 93 - color contains mainly: green. Hex color #035D48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035D48 is #FCA2B7. Grayscale: #3F3F3F. Windows color (decimal): -16556728 or 4742403. OLE color: 4742403.

HSL color Cylindrical-coordinate representation of color #035D48: hue angle of 166º 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 #035D48 is Cyan = 0.97, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.

Color convert

RGB39372-
CMYK0.9700.230.64
HSL166º93.75%18.82%-
HSV(B)166º96.77%36.47%-
XYZ5.128.327.47-
YUV63.7132.6884.71-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.79%
GREEN value IS 93 (36.72% from 255) = 55.36%
BLUE value IS 72 (28.52% from 255) = 42.86%
R=1.79%
G=55.36%
B=42.86%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal393720.9700.230.6416693.7518.82
Hex35D486101740a65e13
Octal313511014102710024613623
Binary11101110110010001100001010111100000010100110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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