#35786F

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

Shades of Genoa #35786F

Tints of Genoa #35786F

Color information

#35786F (or 0x35786F) is unknown color: approx Genoa. HEX triplet: 35, 78 and 6F. RGB value is (53,120,111). Sum of RGB (Red+Green+Blue) = 53+120+111=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 120 (47.27% from 255 or 42.25% from 284); Blue value is 111 (43.75% from 255 or 39.08% from 284); Max value from RGB is 120 - color contains mainly: green. Hex color #35786F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35786F is #CA8790. Grayscale: #626262. Windows color (decimal): -13272977 or 7305269. OLE color: 7305269.

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

Color convert

RGB53120111-
CMYK0.5600.080.53
HSL171.94º38.73%33.92%-
HSV(B)171.94º55.83%47.06%-
XYZ11.0515.3417.42-
YUV98.94134.895.23-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.66%
GREEN value IS 120 (47.27% from 255) = 42.25%
BLUE value IS 111 (43.75% from 255) = 39.08%
R=18.66%
G=42.25%
B=39.08%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal531201110.5600.080.53171.9438.7333.92
Hex35786F380835ac2722
Octal6517015770010652544742
Binary110101111100011011111110000100011010110101100100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35786F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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