#356B68

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

Shades of Genoa #356B68

Tints of Genoa #356B68

Color information

#356B68 (or 0x356B68) is unknown color: approx Genoa. HEX triplet: 35, 6B and 68. RGB value is (53,107,104). Sum of RGB (Red+Green+Blue) = 53+107+104=264 (34% of max value = 765). Red value is 53 (21.09% from 255 or 20.08% from 264); Green value is 107 (42.19% from 255 or 40.53% from 264); Blue value is 104 (41.02% from 255 or 39.39% from 264); Max value from RGB is 107 - color contains mainly: green. Hex color #356B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356B68 is #CA9497. Grayscale: #5A5A5A. Windows color (decimal): -13276312 or 6843189. OLE color: 6843189.

HSL color Cylindrical-coordinate representation of color #356B68: hue angle of 176.67º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #356B68 is Cyan = 0.50, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB53107104-
CMYK0.5000.030.58
HSL176.67º33.75%31.37%-
HSV(B)176.67º50.47%41.96%-
XYZ9.2212.2714.98-
YUV90.51135.61101.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20.08%
GREEN value IS 107 (42.19% from 255) = 40.53%
BLUE value IS 104 (41.02% from 255) = 39.39%
R=20.08%
G=40.53%
B=39.39%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal531071040.5000.030.58176.6733.7531.37
Hex356B6832033Ab1221f
Octal651531506203722614237
Binary110101110101111010001100100111110101011000110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356B68; }

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

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

<style>
 a { background-color: #356B68; }

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

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

<style>
 span { border-color: #356B68; }

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

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