#047F7A

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

Shades of Surfie Green #047F7A

Tints of Surfie Green #047F7A

Color information

#047F7A (or 0x047F7A) is unknown color: approx Surfie Green. HEX triplet: 04, 7F and 7A. RGB value is (4,127,122). Sum of RGB (Red+Green+Blue) = 4+127+122=253 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.58% from 253); Green value is 127 (50% from 255 or 50.20% from 253); Blue value is 122 (48.05% from 255 or 48.22% from 253); Max value from RGB is 127 - color contains mainly: green. Hex color #047F7A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047F7A is #FB8085. Grayscale: #595959. Windows color (decimal): -16482438 or 8027908. OLE color: 8027908.

HSL color Cylindrical-coordinate representation of color #047F7A: hue angle of 177.56º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047F7A is Cyan = 0.97, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB4127122-
CMYK0.9700.040.50
HSL177.56º93.89%25.69%-
HSV(B)177.56º96.85%49.8%-
XYZ11.1516.6121.03-
YUV89.65146.2566.91-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.58%
GREEN value IS 127 (50% from 255) = 50.20%
BLUE value IS 122 (48.05% from 255) = 48.22%
R=1.58%
G=50.20%
B=48.22%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal41271220.9700.040.50177.5693.8925.69
Hex47F7A610432b25e1a
Octal4177172141046226213632
Binary100111111111110101100001010011001010110010101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,127,122); }

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

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

 a { background-color: rgb(4,127,122); }

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

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

 span { border-color: rgb(4,127,122); }

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