#357A64

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

Shades of Genoa #357A64

Tints of Genoa #357A64

Color information

#357A64 (or 0x357A64) is unknown color: approx Genoa. HEX triplet: 35, 7A and 64. RGB value is (53,122,100). Sum of RGB (Red+Green+Blue) = 53+122+100=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 122 (48.05% from 255 or 44.36% from 275); Blue value is 100 (39.45% from 255 or 36.36% from 275); Max value from RGB is 122 - color contains mainly: green. Hex color #357A64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357A64 is #CA859B. Grayscale: #626262. Windows color (decimal): -13272476 or 6584885. OLE color: 6584885.

HSL color Cylindrical-coordinate representation of color #357A64: hue angle of 160.87º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #357A64 is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.52.

Color convert

RGB53122100-
CMYK0.5700.180.52
HSL160.87º39.43%34.31%-
HSV(B)160.87º56.56%47.84%-
XYZ10.7315.614.5-
YUV98.86128.6495.29-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.27%
GREEN value IS 122 (48.05% from 255) = 44.36%
BLUE value IS 100 (39.45% from 255) = 36.36%
R=19.27%
G=44.36%
B=36.36%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal531221000.5700.180.52160.8739.4334.31
Hex357A643901234a12722
Octal6517214471022642414742
Binary1101011111010110010011100101001011010010100001100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,122,100); }

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

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

 a { background-color: rgb(53,122,100); }

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

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

 span { border-color: rgb(53,122,100); }

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