#348273

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

Shades of Genoa #348273

Tints of Genoa #348273

Color information

#348273 (or 0x348273) is unknown color: approx Genoa. HEX triplet: 34, 82 and 73. RGB value is (52,130,115). Sum of RGB (Red+Green+Blue) = 52+130+115=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 130 - color contains mainly: green. Hex color #348273 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348273 is #CB7D8C. Grayscale: #686868. Windows color (decimal): -13335949 or 7569972. OLE color: 7569972.

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

Color convert

RGB52130115-
CMYK0.6000.120.49
HSL168.46º42.86%35.69%-
HSV(B)168.46º60%50.98%-
XYZ12.4917.9319.02-
YUV104.97133.6690.22-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.51%
GREEN value IS 130 (51.17% from 255) = 43.77%
BLUE value IS 115 (45.31% from 255) = 38.72%
R=17.51%
G=43.77%
B=38.72%

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
Decimal521301150.6000.120.49168.4642.8635.69
Hex3482733C0C31a82b24
Octal6420216374014612505344
Binary1101001000001011100111111000110011000110101000101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348273; }

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

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

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

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

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

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

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

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