#128376

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

Shades of Surfie Green #128376

Tints of Surfie Green #128376

Color information

#128376 (or 0x128376) is unknown color: approx Surfie Green. HEX triplet: 12, 83 and 76. RGB value is (18,131,118). Sum of RGB (Red+Green+Blue) = 18+131+118=267 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.74% from 267); Green value is 131 (51.56% from 255 or 49.06% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 131 - color contains mainly: green. Hex color #128376 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128376 is #ED7C89. Grayscale: #5F5F5F. Windows color (decimal): -15563914 or 7766802. OLE color: 7766802.

HSL color Cylindrical-coordinate representation of color #128376: hue angle of 173.1º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128376 is Cyan = 0.86, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB18131118-
CMYK0.8600.100.49
HSL173.1º75.84%29.22%-
HSV(B)173.1º86.26%51.37%-
XYZ11.6417.6719.94-
YUV95.73140.5672.56-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.74%
GREEN value IS 131 (51.56% from 255) = 49.06%
BLUE value IS 118 (46.48% from 255) = 44.19%
R=6.74%
G=49.06%
B=44.19%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal181311180.8600.100.49173.175.8429.22
Hex128376560A31ad4c1d
Octal222031661260126125511435
Binary1001010000011111011010101100101011000110101101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128376; }

 p { color: rgb(18,131,118); }

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

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

 a { background-color: rgb(18,131,118); }

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

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

 span { border-color: rgb(18,131,118); }

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