Html Css Color HEX #03764F Watercourse

📋 copy color: '#03764F'

red 3 ◦ green 118 ◦ blue 79

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

Shades of Watercourse #03764F

Tints of Watercourse #03764F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 59%

 BLUE value IS 79 (31.25% from 255) = 39.5%

R = 1.5%
G = 59%
B = 39.5%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#03764F (or 0x03764F) is known color: Watercourse. HEX triplet: 03, 76 and 4F. RGB value is (3,118,79). Sum of RGB (Red+Green+Blue) = 3+118+79=200 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.5% from 200); Green value is 118 (46.48% from 255 or 59% from 200); Blue value is 79 (31.25% from 255 or 39.5% from 200); Max value from RGB is 118 - color contains mainly: green. Hex color #03764F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03764F is #FC89B0. Grayscale: #4F4F4F. Windows color (decimal): -16550321 or 5207555. OLE color: 5207555.

HSL color Cylindrical-coordinate representation of color #03764F: hue angle of 159.65º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03764F is Cyan = 0.97, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 3 118 79 -
CMYK 0.97 0 0.33 0.54
HSL 159.65º 0.95% 0.24% -
HSV(B) 159.65º 0.97% 0.46% -
XYZ 7.93 13.54 9.59 -
YUV 79.17 127.9 73.67 -
System Red Green Blue C M Y K H S L
Decimal 3 118 79 0.97 0 0.33 0.54 159.65 0.95 0.24
Hex 3 76 4F 61 0 21 36 A0 5F 18
Octal 3 166 117 141 0 41 66 240 137 30
Binary 11 1110110 1001111 1100001 0 100001 110110 10100000 1011111 11000

Color Harmonies of #03764F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03764F

Black with #03764F

Text Example


Text Example

White with #03764F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03764F; }

 p { color: rgb(3,118,79); }

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

background-color css

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

 a { background-color: rgb(3,118,79); }

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

border-color css

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

 span { border-color: rgb(3,118,79); }

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