#047B75

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

Shades of Surfie Green #047B75

Tints of Surfie Green #047B75

Color information

#047B75 (or 0x047B75) is unknown color: approx Surfie Green. HEX triplet: 04, 7B and 75. RGB value is (4,123,117). Sum of RGB (Red+Green+Blue) = 4+123+117=244 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.64% from 244); Green value is 123 (48.44% from 255 or 50.41% from 244); Blue value is 117 (46.09% from 255 or 47.95% from 244); Max value from RGB is 123 - color contains mainly: green. Hex color #047B75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #047B75 is #FB848A. Grayscale: #565656. Windows color (decimal): -16483467 or 7699204. OLE color: 7699204.

HSL color Cylindrical-coordinate representation of color #047B75: hue angle of 176.97º 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 #047B75 is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB4123117-
CMYK0.9700.050.52
HSL176.97º93.7%24.9%-
HSV(B)176.97º96.75%48.24%-
XYZ10.3415.4819.27-
YUV86.73145.0868.99-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.64%
GREEN value IS 123 (48.44% from 255) = 50.41%
BLUE value IS 117 (46.09% from 255) = 47.95%
R=1.64%
G=50.41%
B=47.95%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal41231170.9700.050.52176.9793.724.9
Hex47B75610534b15e19
Octal4173165141056426113631
Binary100111101111101011100001010111010010110001101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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