#357D6B

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

Shades of Genoa #357D6B

Tints of Genoa #357D6B

Color information

#357D6B (or 0x357D6B) is unknown color: approx Genoa. HEX triplet: 35, 7D and 6B. RGB value is (53,125,107). Sum of RGB (Red+Green+Blue) = 53+125+107=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 125 (49.22% from 255 or 43.86% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 125 - color contains mainly: green. Hex color #357D6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357D6B is #CA8294. Grayscale: #656565. Windows color (decimal): -13271701 or 7044405. OLE color: 7044405.

HSL color Cylindrical-coordinate representation of color #357D6B: hue angle of 165º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #357D6B is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB53125107-
CMYK0.5800.140.51
HSL165º40.45%34.9%-
HSV(B)165º57.6%49.02%-
XYZ11.4616.4916.49-
YUV101.42131.1593.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.60%
GREEN value IS 125 (49.22% from 255) = 43.86%
BLUE value IS 107 (42.19% from 255) = 37.54%
R=18.60%
G=43.86%
B=37.54%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal531251070.5800.140.5116540.4534.9
Hex357D6B3A0E33a52823
Octal6517515372016632455043
Binary110101111110111010111110100111011001110100101101000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357D6B; }

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

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

<style>
 a { background-color: #357D6B; }

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

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

<style>
 span { border-color: #357D6B; }

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

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