Html Css Color HEX #035E4C Watercourse

📋 copy color: '#035E4C'

red 3 ◦ green 94 ◦ blue 76

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

Shades of Watercourse #035E4C

Tints of Watercourse #035E4C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 54.34%

 BLUE value IS 76 (30.08% from 255) = 43.93%

R = 1.73%
G = 54.34%
B = 43.93%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.19

 K value IS 0.63

RGB Variations

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

Color information

#035E4C (or 0x035E4C) is known color: Watercourse. HEX triplet: 03, 5E and 4C. RGB value is (3,94,76). Sum of RGB (Red+Green+Blue) = 3+94+76=173 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.73% from 173); Green value is 94 (37.11% from 255 or 54.34% from 173); Blue value is 76 (30.08% from 255 or 43.93% from 173); Max value from RGB is 94 - color contains mainly: green. Hex color #035E4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035E4C is #FCA1B3. Grayscale: #404040. Windows color (decimal): -16556468 or 5004803. OLE color: 5004803.

HSL color Cylindrical-coordinate representation of color #035E4C: hue angle of 168.13º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #035E4C is Cyan = 0.97, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.63.

Color convert

RGB 3 94 76 -
CMYK 0.97 0 0.19 0.63
HSL 168.13º 0.94% 0.19% -
HSV(B) 168.13º 0.97% 0.37% -
XYZ 5.34 8.55 8.21 -
YUV 64.74 134.35 83.96 -
System Red Green Blue C M Y K H S L
Decimal 3 94 76 0.97 0 0.19 0.63 168.13 0.94 0.19
Hex 3 5E 4C 61 0 13 3F A8 5E 13
Octal 3 136 114 141 0 23 77 250 136 23
Binary 11 1011110 1001100 1100001 0 10011 111111 10101000 1011110 10011

Color Harmonies of #035E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035E4C

Black with #035E4C

Text Example


Text Example

White with #035E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,94,76); }

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

background-color css

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

 a { background-color: rgb(3,94,76); }

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

border-color css

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

 span { border-color: rgb(3,94,76); }

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