#346763

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

Shades of Genoa #346763

Tints of Genoa #346763

Color information

#346763 (or 0x346763) is unknown color: approx Genoa. HEX triplet: 34, 67 and 63. RGB value is (52,103,99). Sum of RGB (Red+Green+Blue) = 52+103+99=254 (33% of max value = 765). Red value is 52 (20.70% from 255 or 20.47% from 254); Green value is 103 (40.62% from 255 or 40.55% from 254); Blue value is 99 (39.06% from 255 or 38.98% from 254); Max value from RGB is 103 - color contains mainly: green. Hex color #346763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346763 is #CB989C. Grayscale: #575757. Windows color (decimal): -13342877 or 6514484. OLE color: 6514484.

HSL color Cylindrical-coordinate representation of color #346763: hue angle of 175.29º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #346763 is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.60.

Color convert

RGB5210399-
CMYK0.5000.040.60
HSL175.29º32.9%30.39%-
HSV(B)175.29º49.51%40.39%-
XYZ8.5211.3313.54-
YUV87.3134.6102.83-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 20.47%
GREEN value IS 103 (40.62% from 255) = 40.55%
BLUE value IS 99 (39.06% from 255) = 38.98%
R=20.47%
G=40.55%
B=38.98%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal52103990.5000.040.60175.2932.930.39
Hex34676332043Caf211e
Octal641471436204742574136
Binary1101001100111110001111001001001111001010111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346763; }

 p { color: rgb(52,103,99); }

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

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

 a { background-color: rgb(52,103,99); }

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

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

 span { border-color: rgb(52,103,99); }

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