#34786E

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

Shades of Genoa #34786E

Tints of Genoa #34786E

Color information

#34786E (or 0x34786E) is unknown color: approx Genoa. HEX triplet: 34, 78 and 6E. RGB value is (52,120,110). Sum of RGB (Red+Green+Blue) = 52+120+110=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 120 (47.27% from 255 or 42.55% from 282); Blue value is 110 (43.36% from 255 or 39.01% from 282); Max value from RGB is 120 - color contains mainly: green. Hex color #34786E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34786E is #CB8791. Grayscale: #626262. Windows color (decimal): -13338514 or 7239732. OLE color: 7239732.

HSL color Cylindrical-coordinate representation of color #34786E: hue angle of 171.18º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #34786E is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB52120110-
CMYK0.5700.080.53
HSL171.18º39.53%33.73%-
HSV(B)171.18º56.67%47.06%-
XYZ10.9515.2917.13-
YUV98.53134.4794.81-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.44%
GREEN value IS 120 (47.27% from 255) = 42.55%
BLUE value IS 110 (43.36% from 255) = 39.01%
R=18.44%
G=42.55%
B=39.01%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal521201100.5700.080.53171.1839.5333.73
Hex34786E390835ab2822
Octal6417015671010652535042
Binary110100111100011011101110010100011010110101011101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34786E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34786E; }

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

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

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

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

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

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

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

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