#118479

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

Shades of Surfie Green #118479

Tints of Surfie Green #118479

Color information

#118479 (or 0x118479) is unknown color: approx Surfie Green. HEX triplet: 11, 84 and 79. RGB value is (17,132,121). Sum of RGB (Red+Green+Blue) = 17+132+121=270 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.30% from 270); Green value is 132 (51.95% from 255 or 48.89% from 270); Blue value is 121 (47.66% from 255 or 44.81% from 270); Max value from RGB is 132 - color contains mainly: green. Hex color #118479 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118479 is #EE7B86. Grayscale: #606060. Windows color (decimal): -15629191 or 7963665. OLE color: 7963665.

HSL color Cylindrical-coordinate representation of color #118479: hue angle of 174.26º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118479 is Cyan = 0.87, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB17132121-
CMYK0.8700.080.48
HSL174.26º77.18%29.22%-
HSV(B)174.26º87.12%51.76%-
XYZ11.931820.93-
YUV96.36141.971.39-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.30%
GREEN value IS 132 (51.95% from 255) = 48.89%
BLUE value IS 121 (47.66% from 255) = 44.81%
R=6.30%
G=48.89%
B=44.81%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal171321210.8700.080.48174.2677.1829.22
Hex118479570830ae4d1d
Octal212041711270106025611535
Binary1000110000100111100110101110100011000010101110100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118479; }

 p { color: rgb(17,132,121); }

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

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

 a { background-color: rgb(17,132,121); }

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

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

 span { border-color: rgb(17,132,121); }

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