#128578

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

Shades of Surfie Green #128578

Tints of Surfie Green #128578

Color information

#128578 (or 0x128578) is unknown color: approx Surfie Green. HEX triplet: 12, 85 and 78. RGB value is (18,133,120). Sum of RGB (Red+Green+Blue) = 18+133+120=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 133 (52.34% from 255 or 49.08% from 271); Blue value is 120 (47.27% from 255 or 44.28% from 271); Max value from RGB is 133 - color contains mainly: green. Hex color #128578 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128578 is #ED7A87. Grayscale: #616161. Windows color (decimal): -15563400 or 7898386. OLE color: 7898386.

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

Color convert

RGB18133120-
CMYK0.8600.100.48
HSL173.22º76.16%29.61%-
HSV(B)173.22º86.47%52.16%-
XYZ12.0318.2620.66-
YUV97.13140.971.56-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.64%
GREEN value IS 133 (52.34% from 255) = 49.08%
BLUE value IS 120 (47.27% from 255) = 44.28%
R=6.64%
G=49.08%
B=44.28%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal181331200.8600.100.48173.2276.1629.61
Hex128578560A30ad4c1e
Octal222051701260126025511436
Binary1001010000101111100010101100101011000010101101100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128578; }

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

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

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

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

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

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

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

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