#128579

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

Shades of Surfie Green #128579

Tints of Surfie Green #128579

Color information

#128579 (or 0x128579) is unknown color: approx Surfie Green. HEX triplet: 12, 85 and 79. RGB value is (18,133,121). Sum of RGB (Red+Green+Blue) = 18+133+121=272 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.62% from 272); Green value is 133 (52.34% from 255 or 48.90% from 272); Blue value is 121 (47.66% from 255 or 44.49% from 272); Max value from RGB is 133 - color contains mainly: green. Hex color #128579 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128579 is #ED7A86. Grayscale: #616161. Windows color (decimal): -15563399 or 7963922. OLE color: 7963922.

HSL color Cylindrical-coordinate representation of color #128579: hue angle of 173.74º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128579 is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB18133121-
CMYK0.8600.090.48
HSL173.74º76.16%29.61%-
HSV(B)173.74º86.47%52.16%-
XYZ12.0918.2820.98-
YUV97.25141.471.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.62%
GREEN value IS 133 (52.34% from 255) = 48.90%
BLUE value IS 121 (47.66% from 255) = 44.49%
R=6.62%
G=48.90%
B=44.49%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal181331210.8600.090.48173.7476.1629.61
Hex128579560930ae4c1e
Octal222051711260116025611436
Binary1001010000101111100110101100100111000010101110100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128579; }

 p { color: rgb(18,133,121); }

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

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

 a { background-color: rgb(18,133,121); }

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

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

 span { border-color: rgb(18,133,121); }

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