#34786D

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

Shades of Genoa #34786D

Tints of Genoa #34786D

Color information

#34786D (or 0x34786D) is unknown color: approx Genoa. HEX triplet: 34, 78 and 6D. RGB value is (52,120,109). Sum of RGB (Red+Green+Blue) = 52+120+109=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 120 (47.27% from 255 or 42.70% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 120 - color contains mainly: green. Hex color #34786D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34786D is #CB8792. Grayscale: #626262. Windows color (decimal): -13338515 or 7174196. OLE color: 7174196.

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

Color convert

RGB52120109-
CMYK0.5700.090.53
HSL170.29º39.53%33.73%-
HSV(B)170.29º56.67%47.06%-
XYZ10.8915.2716.84-
YUV98.41133.9794.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.51%
GREEN value IS 120 (47.27% from 255) = 42.70%
BLUE value IS 109 (42.97% from 255) = 38.79%
R=18.51%
G=42.70%
B=38.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal521201090.5700.090.53170.2939.5333.73
Hex34786D390935aa2822
Octal6417015571011652525042
Binary110100111100011011011110010100111010110101010101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34786D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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