Html Css Color HEX #035D46 Watercourse

📋 copy color: '#035D46'

red 3 ◦ green 93 ◦ blue 70

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

Shades of Watercourse #035D46

Tints of Watercourse #035D46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 42.17%

R = 1.81%
G = 56.02%
B = 42.17%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.25

 K value IS 0.64

RGB Variations

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

Color information

#035D46 (or 0x035D46) is known color: Watercourse. HEX triplet: 03, 5D and 46. RGB value is (3,93,70). Sum of RGB (Red+Green+Blue) = 3+93+70=166 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.81% from 166); Green value is 93 (36.72% from 255 or 56.02% from 166); Blue value is 70 (27.73% from 255 or 42.17% from 166); Max value from RGB is 93 - color contains mainly: green. Hex color #035D46 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035D46 is #FCA2B9. Grayscale: #3F3F3F. Windows color (decimal): -16556730 or 4611331. OLE color: 4611331.

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

Color convert

RGB 3 93 70 -
CMYK 0.97 0 0.25 0.64
HSL 164.67º 0.94% 0.19% -
HSV(B) 164.67º 0.97% 0.36% -
XYZ 5.06 8.29 7.13 -
YUV 63.47 131.68 84.87 -
System Red Green Blue C M Y K H S L
Decimal 3 93 70 0.97 0 0.25 0.64 164.67 0.94 0.19
Hex 3 5D 46 61 0 19 40 A5 5E 13
Octal 3 135 106 141 0 31 100 245 136 23
Binary 11 1011101 1000110 1100001 0 11001 1000000 10100101 1011110 10011

Color Harmonies of #035D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035D46

Black with #035D46

Text Example


Text Example

White with #035D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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