#147375

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

Shades of Surfie Green #147375

Tints of Surfie Green #147375

Color information

#147375 (or 0x147375) is unknown color: approx Surfie Green. HEX triplet: 14, 73 and 75. RGB value is (20,115,117). Sum of RGB (Red+Green+Blue) = 20+115+117=252 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.94% from 252); Green value is 115 (45.31% from 255 or 45.63% from 252); Blue value is 117 (46.09% from 255 or 46.43% from 252); Max value from RGB is 117 - color contains mainly: blue. Hex color #147375 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147375 is #EB8C8A. Grayscale: #565656. Windows color (decimal): -15436939 or 7697172. OLE color: 7697172.

HSL color Cylindrical-coordinate representation of color #147375: hue angle of 181.24º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147375 is Cyan = 0.83, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB20115117-
CMYK0.830.0200.54
HSL181.24º70.8%26.86%-
HSV(B)181.24º82.91%45.88%-
XYZ9.6313.6918.97-
YUV86.82145.0380.34-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.94%
GREEN value IS 115 (45.31% from 255) = 45.63%
BLUE value IS 117 (46.09% from 255) = 46.43%
R=7.94%
G=45.63%
B=46.43%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal201151170.830.0200.54181.2470.826.86
Hex147375532036b5471b
Octal24163165123206626510733
Binary1010011100111110101101001110011011010110101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147375; }

 p { color: rgb(20,115,117); }

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

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

 a { background-color: rgb(20,115,117); }

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

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

 span { border-color: rgb(20,115,117); }

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