#04764B

Color #04764B Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #04764B

Tints of Watercourse #04764B

Color information

#04764B (or 0x04764B) is unknown color: approx 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

RGB411875-
CMYK0.9700.360.54
HSL157.37º93.44%23.92%-
HSV(B)157.37º96.61%46.27%-
XYZ7.813.498.85-
YUV79.01125.7374.5-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.03%
GREEN value IS 118 (46.48% from 255) = 59.90%
BLUE value IS 75 (29.69% from 255) = 38.07%
R=2.03%
G=59.90%
B=38.07%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4118750.9700.360.54157.3793.4423.92
Hex4764B61024369d5d18
Octal41661131410446623513530
Binary100111011010010111100001010010011011010011101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04764B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>