#348176

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

Shades of Genoa #348176

Tints of Genoa #348176

Color information

#348176 (or 0x348176) is unknown color: approx Genoa. HEX triplet: 34, 81 and 76. RGB value is (52,129,118). Sum of RGB (Red+Green+Blue) = 52+129+118=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 129 (50.78% from 255 or 43.14% from 299); Blue value is 118 (46.48% from 255 or 39.46% from 299); Max value from RGB is 129 - color contains mainly: green. Hex color #348176 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348176 is #CB7E89. Grayscale: #686868. Windows color (decimal): -13336202 or 7766324. OLE color: 7766324.

HSL color Cylindrical-coordinate representation of color #348176: hue angle of 171.43º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #348176 is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB52129118-
CMYK0.6000.090.49
HSL171.43º42.54%35.49%-
HSV(B)171.43º59.69%50.59%-
XYZ12.5417.7419.9-
YUV104.72135.4990.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.39%
GREEN value IS 129 (50.78% from 255) = 43.14%
BLUE value IS 118 (46.48% from 255) = 39.46%
R=17.39%
G=43.14%
B=39.46%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal521291180.6000.090.49171.4342.5435.49
Hex3481763C0931ab2b23
Octal6420116674011612535343
Binary1101001000000111101101111000100111000110101011101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348176; }

 p { color: rgb(52,129,118); }

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

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

 a { background-color: rgb(52,129,118); }

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

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

 span { border-color: rgb(52,129,118); }

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