#147475

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

Shades of Surfie Green #147475

Tints of Surfie Green #147475

Color information

#147475 (or 0x147475) is unknown color: approx Surfie Green. HEX triplet: 14, 74 and 75. RGB value is (20,116,117). Sum of RGB (Red+Green+Blue) = 20+116+117=253 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.91% from 253); Green value is 116 (45.70% from 255 or 45.85% from 253); Blue value is 117 (46.09% from 255 or 46.25% from 253); Max value from RGB is 117 - color contains mainly: blue. Hex color #147475 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147475 is #EB8B8A. Grayscale: #575757. Windows color (decimal): -15436683 or 7697428. OLE color: 7697428.

HSL color Cylindrical-coordinate representation of color #147475: hue angle of 180.62º 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 #147475 is Cyan = 0.83, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB20116117-
CMYK0.830.0100.54
HSL180.62º70.8%26.86%-
HSV(B)180.62º82.91%45.88%-
XYZ9.7413.9219-
YUV87.41144.779.92-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.91%
GREEN value IS 116 (45.70% from 255) = 45.85%
BLUE value IS 117 (46.09% from 255) = 46.25%
R=7.91%
G=45.85%
B=46.25%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal201161170.830.0100.54180.6270.826.86
Hex147475531036b5471b
Octal24164165123106626510733
Binary101001110100111010110100111011011010110101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147475; }

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

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

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

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

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

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

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

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