#048178

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

Shades of Surfie Green #048178

Tints of Surfie Green #048178

Color information

#048178 (or 0x048178) is unknown color: approx Surfie Green. HEX triplet: 04, 81 and 78. RGB value is (4,129,120). Sum of RGB (Red+Green+Blue) = 4+129+120=253 (33% of max value = 765). Red value is 4 (1.95% from 255 or 1.58% from 253); Green value is 129 (50.78% from 255 or 50.99% from 253); Blue value is 120 (47.27% from 255 or 47.43% from 253); Max value from RGB is 129 - color contains mainly: green. Hex color #048178 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048178 is #FB7E87. Grayscale: #5A5A5A. Windows color (decimal): -16481928 or 7897348. OLE color: 7897348.

HSL color Cylindrical-coordinate representation of color #048178: hue angle of 175.68º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048178 is Cyan = 0.97, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB4129120-
CMYK0.9700.070.49
HSL175.68º93.98%26.08%-
HSV(B)175.68º96.9%50.59%-
XYZ11.2917.0820.47-
YUV90.6144.5966.23-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.58%
GREEN value IS 129 (50.78% from 255) = 50.99%
BLUE value IS 120 (47.27% from 255) = 47.43%
R=1.58%
G=50.99%
B=47.43%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41291200.9700.070.49175.6893.9826.08
Hex48178610731b05e1a
Octal4201170141076126013632
Binary1001000000111110001100001011111000110110000101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048178; }

 p { color: rgb(4,129,120); }

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

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

 a { background-color: rgb(4,129,120); }

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

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

 span { border-color: rgb(4,129,120); }

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