#047473

Color #047473 Surfie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Surfie Green #047473

Tints of Surfie Green #047473

Color information

#047473 (or 0x047473) is unknown color: approx Surfie Green. HEX triplet: 04, 74 and 73. RGB value is (4,116,115). Sum of RGB (Red+Green+Blue) = 4+116+115=235 (31% of max value = 765). Red value is 4 (1.95% from 255 or 1.70% from 235); Green value is 116 (45.70% from 255 or 49.36% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 116 - color contains mainly: green. Hex color #047473 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047473 is #FB8B8C. Grayscale: #525252. Windows color (decimal): -16485261 or 7566340. OLE color: 7566340.

HSL color Cylindrical-coordinate representation of color #047473: hue angle of 179.46º 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 #047473 is Cyan = 0.97, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB4116115-
CMYK0.9700.010.55
HSL179.46º93.33%23.53%-
HSV(B)179.46º96.55%45.49%-
XYZ9.3913.7518.38-
YUV82.4146.3972.08-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.70%
GREEN value IS 116 (45.70% from 255) = 49.36%
BLUE value IS 115 (45.31% from 255) = 48.94%
R=1.70%
G=49.36%
B=48.94%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal41161150.9700.010.55179.4693.3323.53
Hex47473610137b35d18
Octal4164163141016726313530
Binary1001110100111001111000010111011110110011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047473; }

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

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

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

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

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

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

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

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