#34786B

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

Shades of Genoa #34786B

Tints of Genoa #34786B

Color information

#34786B (or 0x34786B) is unknown color: approx Genoa. HEX triplet: 34, 78 and 6B. RGB value is (52,120,107). Sum of RGB (Red+Green+Blue) = 52+120+107=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 120 (47.27% from 255 or 43.01% from 279); Blue value is 107 (42.19% from 255 or 38.35% from 279); Max value from RGB is 120 - color contains mainly: green. Hex color #34786B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34786B is #CB8794. Grayscale: #626262. Windows color (decimal): -13338517 or 7043124. OLE color: 7043124.

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

Color convert

RGB52120107-
CMYK0.5700.110.53
HSL168.53º39.53%33.73%-
HSV(B)168.53º56.67%47.06%-
XYZ10.7915.2216.28-
YUV98.19132.9795.06-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.64%
GREEN value IS 120 (47.27% from 255) = 43.01%
BLUE value IS 107 (42.19% from 255) = 38.35%
R=18.64%
G=43.01%
B=38.35%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal521201070.5700.110.53168.5339.5333.73
Hex34786B390B35a92822
Octal6417015371013652515042
Binary110100111100011010111110010101111010110101001101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34786B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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