#035D4A

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

Shades of Watercourse #035D4A

Tints of Watercourse #035D4A

Color information

#035D4A (or 0x035D4A) is unknown color: approx Watercourse. HEX triplet: 03, 5D and 4A. RGB value is (3,93,74). Sum of RGB (Red+Green+Blue) = 3+93+74=170 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.76% from 170); Green value is 93 (36.72% from 255 or 54.71% from 170); Blue value is 74 (29.30% from 255 or 43.53% from 170); Max value from RGB is 93 - color contains mainly: green. Hex color #035D4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035D4A is #FCA2B5. Grayscale: #3F3F3F. Windows color (decimal): -16556726 or 4873475. OLE color: 4873475.

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

Color convert

RGB39374-
CMYK0.9700.200.64
HSL167.33º93.75%18.82%-
HSV(B)167.33º96.77%36.47%-
XYZ5.198.347.82-
YUV63.92133.6884.54-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.76%
GREEN value IS 93 (36.72% from 255) = 54.71%
BLUE value IS 74 (29.30% from 255) = 43.53%
R=1.76%
G=54.71%
B=43.53%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal393740.9700.200.64167.3393.7518.82
Hex35D4A6101440a75e13
Octal313511214102410024713623
Binary11101110110010101100001010100100000010100111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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