Html Css Color HEX #04764B Watercourse

📋 copy color: '#04764B'

red 4 ◦ green 118 ◦ blue 75

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

Shades of Watercourse #04764B

Tints of Watercourse #04764B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 38.07%

R = 2.03%
G = 59.9%
B = 38.07%

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

#04764B (or 0x04764B) is known color: Watercourse. HEX triplet: 04, 76 and 4B. RGB value is (4,118,75). Sum of RGB (Red+Green+Blue) = 4+118+75=197 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.03% from 197); Green value is 118 (46.48% from 255 or 59.90% from 197); Blue value is 75 (29.69% from 255 or 38.07% from 197); Max value from RGB is 118 - color contains mainly: green. Hex color #04764B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04764B is #FB89B4. Grayscale: #4F4F4F. Windows color (decimal): -16484789 or 4945412. OLE color: 4945412.

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

Color convert

RGB 4 118 75 -
CMYK 0.97 0 0.36 0.54
HSL 157.37º 0.93% 0.24% -
HSV(B) 157.37º 0.97% 0.46% -
XYZ 7.8 13.49 8.85 -
YUV 79.01 125.73 74.5 -
System Red Green Blue C M Y K H S L
Decimal 4 118 75 0.97 0 0.36 0.54 157.37 0.93 0.24
Hex 4 76 4B 61 0 24 36 9D 5D 18
Octal 4 166 113 141 0 44 66 235 135 30
Binary 100 1110110 1001011 1100001 0 100100 110110 10011101 1011101 11000

Color Harmonies of #04764B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04764B

Black with #04764B

Text Example


Text Example

White with #04764B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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