#35786B

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

Shades of Genoa #35786B

Tints of Genoa #35786B

Color information

#35786B (or 0x35786B) is unknown color: approx Genoa. HEX triplet: 35, 78 and 6B. RGB value is (53,120,107). Sum of RGB (Red+Green+Blue) = 53+120+107=280 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.93% from 280); Green value is 120 (47.27% from 255 or 42.86% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 120 - color contains mainly: green. Hex color #35786B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35786B is #CA8794. Grayscale: #626262. Windows color (decimal): -13272981 or 7043125. OLE color: 7043125.

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

Color convert

RGB53120107-
CMYK0.5600.110.53
HSL168.36º38.73%33.92%-
HSV(B)168.36º55.83%47.06%-
XYZ10.8415.2516.28-
YUV98.48132.895.56-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.93%
GREEN value IS 120 (47.27% from 255) = 42.86%
BLUE value IS 107 (42.19% from 255) = 38.21%
R=18.93%
G=42.86%
B=38.21%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal531201070.5600.110.53168.3638.7333.92
Hex35786B380B35a82722
Octal6517015370013652504742
Binary110101111100011010111110000101111010110101000100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35786B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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