Html Css Color HEX #04764C Watercourse

📋 copy color: '#04764C'

red 4 ◦ green 118 ◦ blue 76

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

Shades of Watercourse #04764C

Tints of Watercourse #04764C

RGB

 RED value IS 4 (1.95% from 255) = 2.02%

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

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

R = 2.02%
G = 59.6%
B = 38.38%

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

#04764C (or 0x04764C) is known color: Watercourse. HEX triplet: 04, 76 and 4C. RGB value is (4,118,76). Sum of RGB (Red+Green+Blue) = 4+118+76=198 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.02% from 198); Green value is 118 (46.48% from 255 or 59.60% from 198); Blue value is 76 (30.08% from 255 or 38.38% from 198); Max value from RGB is 118 - color contains mainly: green. Hex color #04764C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04764C is #FB89B3. Grayscale: #4F4F4F. Windows color (decimal): -16484788 or 5010948. OLE color: 5010948.

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

Color convert

RGB 4 118 76 -
CMYK 0.97 0 0.36 0.54
HSL 157.89º 0.93% 0.24% -
HSV(B) 157.89º 0.97% 0.46% -
XYZ 7.83 13.5 9.03 -
YUV 79.13 126.23 74.42 -
System Red Green Blue C M Y K H S L
Decimal 4 118 76 0.97 0 0.36 0.54 157.89 0.93 0.24
Hex 4 76 4C 61 0 24 36 9E 5D 18
Octal 4 166 114 141 0 44 66 236 135 30
Binary 100 1110110 1001100 1100001 0 100100 110110 10011110 1011101 11000

Color Harmonies of #04764C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04764C

Black with #04764C

Text Example


Text Example

White with #04764C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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