#35796D

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

Shades of Genoa #35796D

Tints of Genoa #35796D

Color information

#35796D (or 0x35796D) is unknown color: approx Genoa. HEX triplet: 35, 79 and 6D. RGB value is (53,121,109). Sum of RGB (Red+Green+Blue) = 53+121+109=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 121 (47.66% from 255 or 42.76% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 121 - color contains mainly: green. Hex color #35796D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35796D is #CA8692. Grayscale: #636363. Windows color (decimal): -13272723 or 7174453. OLE color: 7174453.

HSL color Cylindrical-coordinate representation of color #35796D: hue angle of 169.41º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #35796D is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB53121109-
CMYK0.5600.100.53
HSL169.41º39.08%34.12%-
HSV(B)169.41º56.2%47.45%-
XYZ11.0715.5416.88-
YUV99.3133.4794.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.73%
GREEN value IS 121 (47.66% from 255) = 42.76%
BLUE value IS 109 (42.97% from 255) = 38.52%
R=18.73%
G=42.76%
B=38.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal531211090.5600.100.53169.4139.0834.12
Hex35796D380A35a92722
Octal6517115570012652514742
Binary110101111100111011011110000101011010110101001100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35796D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,121,109); }

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

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

 a { background-color: rgb(53,121,109); }

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

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

 span { border-color: rgb(53,121,109); }

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