#357A68

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

Shades of Genoa #357A68

Tints of Genoa #357A68

Color information

#357A68 (or 0x357A68) is unknown color: approx Genoa. HEX triplet: 35, 7A and 68. RGB value is (53,122,104). Sum of RGB (Red+Green+Blue) = 53+122+104=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 122 (48.05% from 255 or 43.73% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 122 - color contains mainly: green. Hex color #357A68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357A68 is #CA8597. Grayscale: #636363. Windows color (decimal): -13272472 or 6847029. OLE color: 6847029.

HSL color Cylindrical-coordinate representation of color #357A68: hue angle of 164.35º 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 #357A68 is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB53122104-
CMYK0.5700.150.52
HSL164.35º39.43%34.31%-
HSV(B)164.35º56.56%47.84%-
XYZ10.9315.6815.55-
YUV99.32130.6494.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.00%
GREEN value IS 122 (48.05% from 255) = 43.73%
BLUE value IS 104 (41.02% from 255) = 37.28%
R=19.00%
G=43.73%
B=37.28%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal531221040.5700.150.52164.3539.4334.31
Hex357A68390F34a42722
Octal6517215071017642444742
Binary110101111101011010001110010111111010010100100100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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