#035841

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

Shades of Watercourse #035841

Tints of Watercourse #035841

Color information

#035841 (or 0x035841) is unknown color: approx Watercourse. HEX triplet: 03, 58 and 41. RGB value is (3,88,65). Sum of RGB (Red+Green+Blue) = 3+88+65=156 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.92% from 156); Green value is 88 (34.77% from 255 or 56.41% from 156); Blue value is 65 (25.78% from 255 or 41.67% from 156); Max value from RGB is 88 - color contains mainly: green. Hex color #035841 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035841 is #FCA7BE. Grayscale: #3B3B3B. Windows color (decimal): -16558015 or 4282371. OLE color: 4282371.

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

Color convert

RGB38865-
CMYK0.9700.260.65
HSL163.76º93.41%17.84%-
HSV(B)163.76º96.59%34.51%-
XYZ4.487.386.19-
YUV59.96130.8487.37-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.92%
GREEN value IS 88 (34.77% from 255) = 56.41%
BLUE value IS 65 (25.78% from 255) = 41.67%
R=1.92%
G=56.41%
B=41.67%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal388650.9700.260.65163.7693.4117.84
Hex358416101A41a45d12
Octal313010114103210124413522
Binary11101100010000011100001011010100000110100100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035841; }

 p { color: rgb(3,88,65); }

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

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

 a { background-color: rgb(3,88,65); }

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

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

 span { border-color: rgb(3,88,65); }

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