#35766F

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

Shades of Genoa #35766F

Tints of Genoa #35766F

Color information

#35766F (or 0x35766F) is unknown color: approx Genoa. HEX triplet: 35, 76 and 6F. RGB value is (53,118,111). Sum of RGB (Red+Green+Blue) = 53+118+111=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 118 (46.48% from 255 or 41.84% from 282); Blue value is 111 (43.75% from 255 or 39.36% from 282); Max value from RGB is 118 - color contains mainly: green. Hex color #35766F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35766F is #CA8990. Grayscale: #616161. Windows color (decimal): -13273489 or 7304757. OLE color: 7304757.

HSL color Cylindrical-coordinate representation of color #35766F: hue angle of 173.54º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #35766F is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB53118111-
CMYK0.5500.060.54
HSL173.54º38.01%33.53%-
HSV(B)173.54º55.08%46.27%-
XYZ10.8214.8617.34-
YUV97.77135.4796.07-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.79%
GREEN value IS 118 (46.48% from 255) = 41.84%
BLUE value IS 111 (43.75% from 255) = 39.36%
R=18.79%
G=41.84%
B=39.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal531181110.5500.060.54173.5438.0133.53
Hex35766F370636ae2622
Octal651661576706662564642
Binary11010111101101101111110111011011011010101110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,118,111); }

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

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

 a { background-color: rgb(53,118,111); }

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

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

 span { border-color: rgb(53,118,111); }

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