#348270

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

Shades of Genoa #348270

Tints of Genoa #348270

Color information

#348270 (or 0x348270) is unknown color: approx Genoa. HEX triplet: 34, 82 and 70. RGB value is (52,130,112). Sum of RGB (Red+Green+Blue) = 52+130+112=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 130 (51.17% from 255 or 44.22% from 294); Blue value is 112 (44.14% from 255 or 38.10% from 294); Max value from RGB is 130 - color contains mainly: green. Hex color #348270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348270 is #CB7D8F. Grayscale: #686868. Windows color (decimal): -13335952 or 7373364. OLE color: 7373364.

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

Color convert

RGB52130112-
CMYK0.6000.140.49
HSL166.15º42.86%35.69%-
HSV(B)166.15º60%50.98%-
XYZ12.3217.8718.13-
YUV104.63132.1690.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.69%
GREEN value IS 130 (51.17% from 255) = 44.22%
BLUE value IS 112 (44.14% from 255) = 38.10%
R=17.69%
G=44.22%
B=38.10%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal521301120.6000.140.49166.1542.8635.69
Hex3482703C0E31a62b24
Octal6420216074016612465344
Binary1101001000001011100001111000111011000110100110101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348270; }

 p { color: rgb(52,130,112); }

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

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

 a { background-color: rgb(52,130,112); }

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

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

 span { border-color: rgb(52,130,112); }

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