#058678

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

Shades of Surfie Green #058678

Tints of Surfie Green #058678

Color information

#058678 (or 0x058678) is unknown color: approx Surfie Green. HEX triplet: 05, 86 and 78. RGB value is (5,134,120). Sum of RGB (Red+Green+Blue) = 5+134+120=259 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.93% from 259); Green value is 134 (52.73% from 255 or 51.74% from 259); Blue value is 120 (47.27% from 255 or 46.33% from 259); Max value from RGB is 134 - color contains mainly: green. Hex color #058678 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #058678 is #FA7987. Grayscale: #5D5D5D. Windows color (decimal): -16415112 or 7898629. OLE color: 7898629.

HSL color Cylindrical-coordinate representation of color #058678: hue angle of 173.49º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #058678 is Cyan = 0.96, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB5134120-
CMYK0.9600.100.47
HSL173.49º92.81%27.25%-
HSV(B)173.49º96.27%52.55%-
XYZ11.9818.4420.7-
YUV93.83142.7664.64-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.93%
GREEN value IS 134 (52.73% from 255) = 51.74%
BLUE value IS 120 (47.27% from 255) = 46.33%
R=1.93%
G=51.74%
B=46.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal51341200.9600.100.47173.4992.8127.25
Hex58678600A2Fad5d1b
Octal52061701400125725513533
Binary10110000110111100011000000101010111110101101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #058678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #058678; }

 p { color: rgb(5,134,120); }

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

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

 a { background-color: rgb(5,134,120); }

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

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

 span { border-color: rgb(5,134,120); }

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