#348978

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

Shades of Genoa #348978

Tints of Genoa #348978

Color information

#348978 (or 0x348978) is unknown color: approx Genoa. HEX triplet: 34, 89 and 78. RGB value is (52,137,120). Sum of RGB (Red+Green+Blue) = 52+137+120=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 137 (53.91% from 255 or 44.34% from 309); Blue value is 120 (47.27% from 255 or 38.83% from 309); Max value from RGB is 137 - color contains mainly: green. Hex color #348978 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348978 is #CB7687. Grayscale: #6D6D6D. Windows color (decimal): -13334152 or 7899444. OLE color: 7899444.

HSL color Cylindrical-coordinate representation of color #348978: hue angle of 168º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #348978 is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB52137120-
CMYK0.6200.120.46
HSL168º44.97%37.06%-
HSV(B)168º62.04%53.73%-
XYZ13.7519.9820.9-
YUV109.65133.8486.88-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.83%
GREEN value IS 137 (53.91% from 255) = 44.34%
BLUE value IS 120 (47.27% from 255) = 38.83%
R=16.83%
G=44.34%
B=38.83%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal521371200.6200.120.4616844.9737.06
Hex3489783E0C2Ea82d25
Octal6421117076014562505545
Binary1101001000100111110001111100110010111010101000101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348978; }

 p { color: rgb(52,137,120); }

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

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

 a { background-color: rgb(52,137,120); }

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

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

 span { border-color: rgb(52,137,120); }

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