#057373

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

Shades of Surfie Green #057373

Tints of Surfie Green #057373

Color information

#057373 (or 0x057373) is unknown color: approx Surfie Green. HEX triplet: 05, 73 and 73. RGB value is (5,115,115). Sum of RGB (Red+Green+Blue) = 5+115+115=235 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.13% from 235); Green value is 115 (45.31% from 255 or 48.94% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 115 - color contains mainly: green, blue. Hex color #057373 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #057373 is #FA8C8C. Grayscale: #525252. Windows color (decimal): -16419981 or 7566085. OLE color: 7566085.

HSL color Cylindrical-coordinate representation of color #057373: hue angle of 180º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057373 is Cyan = 0.96, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5115115-
CMYK0.96000.55
HSL180º91.67%23.53%-
HSV(B)180º95.65%45.1%-
XYZ9.2913.5318.34-
YUV82.11146.5673-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.13%
GREEN value IS 115 (45.31% from 255) = 48.94%
BLUE value IS 115 (45.31% from 255) = 48.94%
R=2.13%
G=48.94%
B=48.94%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51151150.96000.5518091.6723.53
Hex57373600037b45c18
Octal5163163140006726413430
Binary1011110011111001111000000011011110110100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057373; }

 p { color: rgb(5,115,115); }

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

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

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

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

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

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

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