#34765F

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

Shades of Genoa #34765F

Tints of Genoa #34765F

Color information

#34765F (or 0x34765F) is unknown color: approx Genoa. HEX triplet: 34, 76 and 5F. RGB value is (52,118,95). Sum of RGB (Red+Green+Blue) = 52+118+95=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 118 (46.48% from 255 or 44.53% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 118 - color contains mainly: green. Hex color #34765F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34765F is #CB89A0. Grayscale: #5F5F5F. Windows color (decimal): -13339041 or 6256180. OLE color: 6256180.

HSL color Cylindrical-coordinate representation of color #34765F: hue angle of 159.09º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #34765F is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB5211895-
CMYK0.5600.190.54
HSL159.09º38.82%33.33%-
HSV(B)159.09º55.93%46.27%-
XYZ9.9614.5113.1-
YUV95.64127.6396.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.62%
GREEN value IS 118 (46.48% from 255) = 44.53%
BLUE value IS 95 (37.5% from 255) = 35.85%
R=19.62%
G=44.53%
B=35.85%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal52118950.5600.190.54159.0938.8233.33
Hex34765F38013369f2721
Octal6416613770023662374741
Binary1101001110110101111111100001001111011010011111100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34765F; }

 p { color: rgb(52,118,95); }

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

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

 a { background-color: rgb(52,118,95); }

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

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

 span { border-color: rgb(52,118,95); }

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