#348472

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

Shades of Genoa #348472

Tints of Genoa #348472

Color information

#348472 (or 0x348472) is unknown color: approx Genoa. HEX triplet: 34, 84 and 72. RGB value is (52,132,114). Sum of RGB (Red+Green+Blue) = 52+132+114=298 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.45% from 298); Green value is 132 (51.95% from 255 or 44.30% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 132 - color contains mainly: green. Hex color #348472 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348472 is #CB7B8D. Grayscale: #6A6A6A. Windows color (decimal): -13335438 or 7504948. OLE color: 7504948.

HSL color Cylindrical-coordinate representation of color #348472: hue angle of 166.5º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #348472 is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB52132114-
CMYK0.6100.140.48
HSL166.5º43.48%36.08%-
HSV(B)166.5º60.61%51.76%-
XYZ12.718.4518.81-
YUV106.03132.589.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.45%
GREEN value IS 132 (51.95% from 255) = 44.30%
BLUE value IS 114 (44.92% from 255) = 38.26%
R=17.45%
G=44.30%
B=38.26%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal521321140.6100.140.48166.543.4836.08
Hex3484723D0E30a62b24
Octal6420416275016602465344
Binary1101001000010011100101111010111011000010100110101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348472; }

 p { color: rgb(52,132,114); }

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

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

 a { background-color: rgb(52,132,114); }

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

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

 span { border-color: rgb(52,132,114); }

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