Html Css Color HEX #03774D Watercourse

📋 copy color: '#03774D'

red 3 ◦ green 119 ◦ blue 77

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

Shades of Watercourse #03774D

Tints of Watercourse #03774D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 59.8%

 BLUE value IS 77 (30.47% from 255) = 38.69%

R = 1.51%
G = 59.8%
B = 38.69%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#03774D (or 0x03774D) is known color: Watercourse. HEX triplet: 03, 77 and 4D. RGB value is (3,119,77). Sum of RGB (Red+Green+Blue) = 3+119+77=199 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.51% from 199); Green value is 119 (46.88% from 255 or 59.80% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 119 - color contains mainly: green. Hex color #03774D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03774D is #FC88B2. Grayscale: #4F4F4F. Windows color (decimal): -16550067 or 5076739. OLE color: 5076739.

HSL color Cylindrical-coordinate representation of color #03774D: hue angle of 158.28º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03774D is Cyan = 0.97, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB 3 119 77 -
CMYK 0.97 0 0.35 0.53
HSL 158.28º 0.95% 0.24% -
HSV(B) 158.28º 0.97% 0.47% -
XYZ 7.97 13.75 9.25 -
YUV 79.53 126.57 73.42 -
System Red Green Blue C M Y K H S L
Decimal 3 119 77 0.97 0 0.35 0.53 158.28 0.95 0.24
Hex 3 77 4D 61 0 23 35 9E 5F 18
Octal 3 167 115 141 0 43 65 236 137 30
Binary 11 1110111 1001101 1100001 0 100011 110101 10011110 1011111 11000

Color Harmonies of #03774D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03774D

Black with #03774D

Text Example


Text Example

White with #03774D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03774D; }

 p { color: rgb(3,119,77); }

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

background-color css

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

 a { background-color: rgb(3,119,77); }

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

border-color css

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

 span { border-color: rgb(3,119,77); }

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