#047B4C

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

Shades of Watercourse #047B4C

Tints of Watercourse #047B4C

Color information

#047B4C (or 0x047B4C) is unknown color: approx Watercourse. HEX triplet: 04, 7B and 4C. RGB value is (4,123,76). Sum of RGB (Red+Green+Blue) = 4+123+76=203 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.97% from 203); Green value is 123 (48.44% from 255 or 60.59% from 203); Blue value is 76 (30.08% from 255 or 37.44% from 203); Max value from RGB is 123 - color contains mainly: green. Hex color #047B4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047B4C is #FB84B3. Grayscale: #525252. Windows color (decimal): -16483508 or 5012228. OLE color: 5012228.

HSL color Cylindrical-coordinate representation of color #047B4C: hue angle of 156.3º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047B4C is Cyan = 0.97, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.52.

Color convert

RGB412376-
CMYK0.9700.380.52
HSL156.3º93.7%24.9%-
HSV(B)156.3º96.75%48.24%-
XYZ8.4414.719.23-
YUV82.06124.5872.32-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.97%
GREEN value IS 123 (48.44% from 255) = 60.59%
BLUE value IS 76 (30.08% from 255) = 37.44%
R=1.97%
G=60.59%
B=37.44%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal4123760.9700.380.52156.393.724.9
Hex47B4C61026349c5e19
Octal41731141410466423413631
Binary100111101110011001100001010011011010010011100101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047B4C; }

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

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

<style>
 a { background-color: #047B4C; }

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

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

<style>
 span { border-color: #047B4C; }

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

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