Html Css Color HEX #03764C Watercourse

📋 copy color: '#03764C'

red 3 ◦ green 118 ◦ blue 76

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

Shades of Watercourse #03764C

Tints of Watercourse #03764C

RGB

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

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

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

R = 1.52%
G = 59.9%
B = 38.58%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#03764C (or 0x03764C) is known color: Watercourse. HEX triplet: 03, 76 and 4C. RGB value is (3,118,76). Sum of RGB (Red+Green+Blue) = 3+118+76=197 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 197); Green value is 118 (46.48% from 255 or 59.90% from 197); Blue value is 76 (30.08% from 255 or 38.58% from 197); Max value from RGB is 118 - color contains mainly: green. Hex color #03764C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #03764C is #FC89B3. Grayscale: #4E4E4E. Windows color (decimal): -16550324 or 5010947. OLE color: 5010947.

HSL color Cylindrical-coordinate representation of color #03764C: hue angle of 158.09º 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 #03764C is Cyan = 0.97, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB 3 118 76 -
CMYK 0.97 0 0.36 0.54
HSL 158.09º 0.95% 0.24% -
HSV(B) 158.09º 0.97% 0.46% -
XYZ 7.82 13.5 9.03 -
YUV 78.83 126.4 73.92 -
System Red Green Blue C M Y K H S L
Decimal 3 118 76 0.97 0 0.36 0.54 158.09 0.95 0.24
Hex 3 76 4C 61 0 24 36 9E 5F 18
Octal 3 166 114 141 0 44 66 236 137 30
Binary 11 1110110 1001100 1100001 0 100100 110110 10011110 1011111 11000

Color Harmonies of #03764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03764C

Black with #03764C

Text Example


Text Example

White with #03764C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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