#348171

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

Shades of Genoa #348171

Tints of Genoa #348171

Color information

#348171 (or 0x348171) is unknown color: approx Genoa. HEX triplet: 34, 81 and 71. RGB value is (52,129,113). Sum of RGB (Red+Green+Blue) = 52+129+113=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 129 (50.78% from 255 or 43.88% from 294); Blue value is 113 (44.53% from 255 or 38.44% from 294); Max value from RGB is 129 - color contains mainly: green. Hex color #348171 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348171 is #CB7E8E. Grayscale: #686868. Windows color (decimal): -13336207 or 7438644. OLE color: 7438644.

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

Color convert

RGB52129113-
CMYK0.6000.120.49
HSL167.53º42.54%35.49%-
HSV(B)167.53º59.69%50.59%-
XYZ12.2517.6218.38-
YUV104.15132.9990.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.69%
GREEN value IS 129 (50.78% from 255) = 43.88%
BLUE value IS 113 (44.53% from 255) = 38.44%
R=17.69%
G=43.88%
B=38.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal521291130.6000.120.49167.5342.5435.49
Hex3481713C0C31a82b23
Octal6420116174014612505343
Binary1101001000000111100011111000110011000110101000101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348171; }

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

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

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

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

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

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

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

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