#035A48

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

Shades of Watercourse #035A48

Tints of Watercourse #035A48

Color information

#035A48 (or 0x035A48) is unknown color: approx Watercourse. HEX triplet: 03, 5A and 48. RGB value is (3,90,72). Sum of RGB (Red+Green+Blue) = 3+90+72=165 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.82% from 165); Green value is 90 (35.55% from 255 or 54.55% from 165); Blue value is 72 (28.52% from 255 or 43.64% from 165); Max value from RGB is 90 - color contains mainly: green. Hex color #035A48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035A48 is #FCA5B7. Grayscale: #3D3D3D. Windows color (decimal): -16557496 or 4741635. OLE color: 4741635.

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

Color convert

RGB39072-
CMYK0.9700.200.65
HSL167.59º93.55%18.24%-
HSV(B)167.59º96.67%35.29%-
XYZ4.867.87.38-
YUV61.93133.6885.96-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.82%
GREEN value IS 90 (35.55% from 255) = 54.55%
BLUE value IS 72 (28.52% from 255) = 43.64%
R=1.82%
G=54.55%
B=43.64%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal390720.9700.200.65167.5993.5518.24
Hex35A486101441a85e12
Octal313211014102410125013622
Binary11101101010010001100001010100100000110101000101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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