#34786A

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

Shades of Genoa #34786A

Tints of Genoa #34786A

Color information

#34786A (or 0x34786A) is unknown color: approx Genoa. HEX triplet: 34, 78 and 6A. RGB value is (52,120,106). Sum of RGB (Red+Green+Blue) = 52+120+106=278 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.71% from 278); Green value is 120 (47.27% from 255 or 43.17% from 278); Blue value is 106 (41.80% from 255 or 38.13% from 278); Max value from RGB is 120 - color contains mainly: green. Hex color #34786A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34786A is #CB8795. Grayscale: #626262. Windows color (decimal): -13338518 or 6977588. OLE color: 6977588.

HSL color Cylindrical-coordinate representation of color #34786A: hue angle of 167.65º 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 #34786A is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB52120106-
CMYK0.5700.120.53
HSL167.65º39.53%33.73%-
HSV(B)167.65º56.67%47.06%-
XYZ10.7315.216-
YUV98.07132.4795.14-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.71%
GREEN value IS 120 (47.27% from 255) = 43.17%
BLUE value IS 106 (41.80% from 255) = 38.13%
R=18.71%
G=43.17%
B=38.13%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal521201060.5700.120.53167.6539.5333.73
Hex34786A390C35a82822
Octal6417015271014652505042
Binary110100111100011010101110010110011010110101000101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34786A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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