#035C4A

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

Shades of Watercourse #035C4A

Tints of Watercourse #035C4A

Color information

#035C4A (or 0x035C4A) is unknown color: approx Watercourse. HEX triplet: 03, 5C and 4A. RGB value is (3,92,74). Sum of RGB (Red+Green+Blue) = 3+92+74=169 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.78% from 169); Green value is 92 (36.33% from 255 or 54.44% from 169); Blue value is 74 (29.30% from 255 or 43.79% from 169); Max value from RGB is 92 - color contains mainly: green. Hex color #035C4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035C4A is #FCA3B5. Grayscale: #3F3F3F. Windows color (decimal): -16556982 or 4873219. OLE color: 4873219.

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

Color convert

RGB39274-
CMYK0.9700.200.64
HSL167.87º93.68%18.63%-
HSV(B)167.87º96.74%36.08%-
XYZ5.18.177.79-
YUV63.34134.0184.96-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.78%
GREEN value IS 92 (36.33% from 255) = 54.44%
BLUE value IS 74 (29.30% from 255) = 43.79%
R=1.78%
G=54.44%
B=43.79%

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
Decimal392740.9700.200.64167.8793.6818.63
Hex35C4A6101440a85e13
Octal313411214102410025013623
Binary11101110010010101100001010100100000010101000101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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