Html Css Color HEX #035942 Watercourse

📋 copy color: '#035942'

red 3 ◦ green 89 ◦ blue 66

#035942
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watercourse #035942

Tints of Watercourse #035942

RGB

 RED value IS 3 (1.56% from 255) = 1.9%

 GREEN value IS 89 (35.16% from 255) = 56.33%

 BLUE value IS 66 (26.17% from 255) = 41.77%

R = 1.9%
G = 56.33%
B = 41.77%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.26

 K value IS 0.65

RGB Variations

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

Color information

#035942 (or 0x035942) is known color: Watercourse. HEX triplet: 03, 59 and 42. RGB value is (3,89,66). Sum of RGB (Red+Green+Blue) = 3+89+66=158 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.90% from 158); Green value is 89 (35.16% from 255 or 56.33% from 158); Blue value is 66 (26.17% from 255 or 41.77% from 158); Max value from RGB is 89 - color contains mainly: green. Hex color #035942 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035942 is #FCA6BD. Grayscale: #3C3C3C. Windows color (decimal): -16557758 or 4348163. OLE color: 4348163.

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

Color convert

RGB 3 89 66 -
CMYK 0.97 0 0.26 0.65
HSL 163.95º 0.93% 0.18% -
HSV(B) 163.95º 0.97% 0.35% -
XYZ 4.59 7.56 6.37 -
YUV 60.66 131.01 86.87 -
System Red Green Blue C M Y K H S L
Decimal 3 89 66 0.97 0 0.26 0.65 163.95 0.93 0.18
Hex 3 59 42 61 0 1A 41 A4 5D 12
Octal 3 131 102 141 0 32 101 244 135 22
Binary 11 1011001 1000010 1100001 0 11010 1000001 10100100 1011101 10010

Color Harmonies of #035942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035942

Black with #035942

Text Example


Text Example

White with #035942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035942; }

 p { color: rgb(3,89,66); }

 H1.HeaderClassName
 {
   color: #035942;
 }
 .AnyTagClassName
 {
   color: #035942;
 }
</style>

background-color css

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

 a { background-color: rgb(3,89,66); }

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

border-color css

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

 span { border-color: rgb(3,89,66); }

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