#04744B

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

Shades of Watercourse #04744B

Tints of Watercourse #04744B

Color information

#04744B (or 0x04744B) is unknown color: approx Watercourse. HEX triplet: 04, 74 and 4B. RGB value is (4,116,75). Sum of RGB (Red+Green+Blue) = 4+116+75=195 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.05% from 195); Green value is 116 (45.70% from 255 or 59.49% from 195); Blue value is 75 (29.69% from 255 or 38.46% from 195); Max value from RGB is 116 - color contains mainly: green. Hex color #04744B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04744B is #FB8BB4. Grayscale: #4D4D4D. Windows color (decimal): -16485301 or 4944900. OLE color: 4944900.

HSL color Cylindrical-coordinate representation of color #04744B: hue angle of 158.04º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04744B is Cyan = 0.97, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB411675-
CMYK0.9700.350.55
HSL158.04º93.33%23.53%-
HSV(B)158.04º96.55%45.49%-
XYZ7.5713.028.77-
YUV77.84126.3975.33-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.05%
GREEN value IS 116 (45.70% from 255) = 59.49%
BLUE value IS 75 (29.69% from 255) = 38.46%
R=2.05%
G=59.49%
B=38.46%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4116750.9700.350.55158.0493.3323.53
Hex4744B61023379e5d18
Octal41641131410436723613530
Binary100111010010010111100001010001111011110011110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04744B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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