#346969

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

Shades of Genoa #346969

Tints of Genoa #346969

Color information

#346969 (or 0x346969) is unknown color: approx Genoa. HEX triplet: 34, 69 and 69. RGB value is (52,105,105). Sum of RGB (Red+Green+Blue) = 52+105+105=262 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.85% from 262); Green value is 105 (41.41% from 255 or 40.08% from 262); Blue value is 105 (41.41% from 255 or 40.08% from 262); Max value from RGB is 105 - color contains mainly: green, blue. Hex color #346969 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346969 is #CB9696. Grayscale: #595959. Windows color (decimal): -13342359 or 6908212. OLE color: 6908212.

HSL color Cylindrical-coordinate representation of color #346969: hue angle of 180º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #346969 is Cyan = 0.50, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB52105105-
CMYK0.50000.59
HSL180º33.76%30.78%-
HSV(B)180º50.48%41.18%-
XYZ9.0211.8515.18-
YUV89.15136.94101.5-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.85%
GREEN value IS 105 (41.41% from 255) = 40.08%
BLUE value IS 105 (41.41% from 255) = 40.08%
R=19.85%
G=40.08%
B=40.08%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal521051050.50000.5918033.7630.78
Hex34696932003Bb4221f
Octal641511516200732644237
Binary11010011010011101001110010001110111011010010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346969; }

 p { color: rgb(52,105,105); }

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

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

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

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

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

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

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