#118476

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

Shades of Surfie Green #118476

Tints of Surfie Green #118476

Color information

#118476 (or 0x118476) is unknown color: approx Surfie Green. HEX triplet: 11, 84 and 76. RGB value is (17,132,118). Sum of RGB (Red+Green+Blue) = 17+132+118=267 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.37% from 267); Green value is 132 (51.95% from 255 or 49.44% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 132 - color contains mainly: green. Hex color #118476 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118476 is #EE7B89. Grayscale: #5F5F5F. Windows color (decimal): -15629194 or 7767057. OLE color: 7767057.

HSL color Cylindrical-coordinate representation of color #118476: hue angle of 172.7º 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 #118476 is Cyan = 0.87, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB17132118-
CMYK0.8700.110.48
HSL172.7º77.18%29.22%-
HSV(B)172.7º87.12%51.76%-
XYZ11.7517.9319.98-
YUV96.02140.471.64-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.37%
GREEN value IS 132 (51.95% from 255) = 49.44%
BLUE value IS 118 (46.48% from 255) = 44.19%
R=6.37%
G=49.44%
B=44.19%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal171321180.8700.110.48172.777.1829.22
Hex118476570B30ad4d1d
Octal212041661270136025511535
Binary1000110000100111011010101110101111000010101101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118476; }

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

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

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

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

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

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

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

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