#358678

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

Shades of Genoa #358678

Tints of Genoa #358678

Color information

#358678 (or 0x358678) is unknown color: approx Genoa. HEX triplet: 35, 86 and 78. RGB value is (53,134,120). Sum of RGB (Red+Green+Blue) = 53+134+120=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 134 (52.73% from 255 or 43.65% from 307); Blue value is 120 (47.27% from 255 or 39.09% from 307); Max value from RGB is 134 - color contains mainly: green. Hex color #358678 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358678 is #CA7987. Grayscale: #6C6C6C. Windows color (decimal): -13269384 or 7898677. OLE color: 7898677.

HSL color Cylindrical-coordinate representation of color #358678: hue angle of 169.63º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358678 is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB53134120-
CMYK0.6000.100.47
HSL169.63º43.32%36.67%-
HSV(B)169.63º60.45%52.55%-
XYZ13.3819.1620.76-
YUV108.18134.6688.64-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 17.26%
GREEN value IS 134 (52.73% from 255) = 43.65%
BLUE value IS 120 (47.27% from 255) = 39.09%
R=17.26%
G=43.65%
B=39.09%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal531341200.6000.100.47169.6343.3236.67
Hex3586783C0A2Faa2b25
Octal6520617074012572525345
Binary1101011000011011110001111000101010111110101010101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358678; }

 p { color: rgb(53,134,120); }

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

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

 a { background-color: rgb(53,134,120); }

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

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

 span { border-color: rgb(53,134,120); }

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