#348174

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

Shades of Genoa #348174

Tints of Genoa #348174

Color information

#348174 (or 0x348174) is unknown color: approx Genoa. HEX triplet: 34, 81 and 74. RGB value is (52,129,116). Sum of RGB (Red+Green+Blue) = 52+129+116=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 129 (50.78% from 255 or 43.43% from 297); Blue value is 116 (45.70% from 255 or 39.06% from 297); Max value from RGB is 129 - color contains mainly: green. Hex color #348174 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348174 is #CB7E8B. Grayscale: #686868. Windows color (decimal): -13336204 or 7635252. OLE color: 7635252.

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

Color convert

RGB52129116-
CMYK0.6000.100.49
HSL169.87º42.54%35.49%-
HSV(B)169.87º59.69%50.59%-
XYZ12.4217.6919.28-
YUV104.5134.4990.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.51%
GREEN value IS 129 (50.78% from 255) = 43.43%
BLUE value IS 116 (45.70% from 255) = 39.06%
R=17.51%
G=43.43%
B=39.06%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal521291160.6000.100.49169.8742.5435.49
Hex3481743C0A31aa2b23
Octal6420116474012612525343
Binary1101001000000111101001111000101011000110101010101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348174; }

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

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

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

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

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

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

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

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