#04754C

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

Shades of Watercourse #04754C

Tints of Watercourse #04754C

Color information

#04754C (or 0x04754C) is unknown color: approx Watercourse. HEX triplet: 04, 75 and 4C. RGB value is (4,117,76). Sum of RGB (Red+Green+Blue) = 4+117+76=197 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2.03% from 197); Green value is 117 (46.09% from 255 or 59.39% from 197); Blue value is 76 (30.08% from 255 or 38.58% from 197); Max value from RGB is 117 - color contains mainly: green. Hex color #04754C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04754C is #FB8AB3. Grayscale: #4E4E4E. Windows color (decimal): -16485044 or 5010692. OLE color: 5010692.

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

Color convert

RGB411776-
CMYK0.9700.350.54
HSL158.23º93.39%23.73%-
HSV(B)158.23º96.58%45.88%-
XYZ7.7213.278.99-
YUV78.54126.5674.83-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.03%
GREEN value IS 117 (46.09% from 255) = 59.39%
BLUE value IS 76 (30.08% from 255) = 38.58%
R=2.03%
G=59.39%
B=38.58%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal4117760.9700.350.54158.2393.3923.73
Hex4754C61023369e5d18
Octal41651141410436623613530
Binary100111010110011001100001010001111011010011110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04754C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #04754C;
 }
 .AnyTagClassName
 {
   color: #04754C;
 }
</style>
background-color css

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

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

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

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

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

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