#357567

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

Shades of Genoa #357567

Tints of Genoa #357567

Color information

#357567 (or 0x357567) is unknown color: approx Genoa. HEX triplet: 35, 75 and 67. RGB value is (53,117,103). Sum of RGB (Red+Green+Blue) = 53+117+103=273 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.41% from 273); Green value is 117 (46.09% from 255 or 42.86% from 273); Blue value is 103 (40.62% from 255 or 37.73% from 273); Max value from RGB is 117 - color contains mainly: green. Hex color #357567 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357567 is #CA8A98. Grayscale: #606060. Windows color (decimal): -13273753 or 6780213. OLE color: 6780213.

HSL color Cylindrical-coordinate representation of color #357567: hue angle of 166.88º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #357567 is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB53117103-
CMYK0.5500.120.54
HSL166.88º37.65%33.33%-
HSV(B)166.88º54.7%45.88%-
XYZ10.2814.4615.08-
YUV96.27131.897.14-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.41%
GREEN value IS 117 (46.09% from 255) = 42.86%
BLUE value IS 103 (40.62% from 255) = 37.73%
R=19.41%
G=42.86%
B=37.73%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal531171030.5500.120.54166.8837.6533.33
Hex357567370C36a72621
Octal6516514767014662474641
Binary110101111010111001111101110110011011010100111100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357567; }

 p { color: rgb(53,117,103); }

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

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

 a { background-color: rgb(53,117,103); }

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

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

 span { border-color: rgb(53,117,103); }

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