Html Css Color HEX #035D47 Watercourse

📋 copy color: '#035D47'

red 3 ◦ green 93 ◦ blue 71

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

Shades of Watercourse #035D47

Tints of Watercourse #035D47

RGB

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

 GREEN value IS 93 (36.72% from 255) = 55.69%

 BLUE value IS 71 (28.13% from 255) = 42.51%

R = 1.8%
G = 55.69%
B = 42.51%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.24

 K value IS 0.64

RGB Variations

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

Color information

#035D47 (or 0x035D47) is known color: Watercourse. HEX triplet: 03, 5D and 47. RGB value is (3,93,71). Sum of RGB (Red+Green+Blue) = 3+93+71=167 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.80% from 167); Green value is 93 (36.72% from 255 or 55.69% from 167); Blue value is 71 (28.12% from 255 or 42.51% from 167); Max value from RGB is 93 - color contains mainly: green. Hex color #035D47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035D47 is #FCA2B8. Grayscale: #3F3F3F. Windows color (decimal): -16556729 or 4676867. OLE color: 4676867.

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

Color convert

RGB 3 93 71 -
CMYK 0.97 0 0.24 0.64
HSL 165.33º 0.94% 0.19% -
HSV(B) 165.33º 0.97% 0.36% -
XYZ 5.09 8.3 7.3 -
YUV 63.58 132.18 84.79 -
System Red Green Blue C M Y K H S L
Decimal 3 93 71 0.97 0 0.24 0.64 165.33 0.94 0.19
Hex 3 5D 47 61 0 18 40 A5 5E 13
Octal 3 135 107 141 0 30 100 245 136 23
Binary 11 1011101 1000111 1100001 0 11000 1000000 10100101 1011110 10011

Color Harmonies of #035D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035D47

Black with #035D47

Text Example


Text Example

White with #035D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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