#346952

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

Shades of Spectra #346952

Tints of Spectra #346952

Color information

#346952 (or 0x346952) is unknown color: approx Spectra. HEX triplet: 34, 69 and 52. RGB value is (52,105,82). Sum of RGB (Red+Green+Blue) = 52+105+82=239 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.76% from 239); Green value is 105 (41.41% from 255 or 43.93% from 239); Blue value is 82 (32.42% from 255 or 34.31% from 239); Max value from RGB is 105 - color contains mainly: green. Hex color #346952 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346952 is #CB96AD. Grayscale: #565656. Windows color (decimal): -13342382 or 5400884. OLE color: 5400884.

HSL color Cylindrical-coordinate representation of color #346952: hue angle of 153.96º 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 #346952 is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB5210582-
CMYK0.5000.220.59
HSL153.96º33.76%30.78%-
HSV(B)153.96º50.48%41.18%-
XYZ7.9911.449.77-
YUV86.53125.44103.37-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.76%
GREEN value IS 105 (41.41% from 255) = 43.93%
BLUE value IS 82 (32.42% from 255) = 34.31%
R=21.76%
G=43.93%
B=34.31%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal52105820.5000.220.59153.9633.7630.78
Hex346952320163B9a221f
Octal6415112262026732324237
Binary110100110100110100101100100101101110111001101010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346952; }

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

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

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

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

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

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

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

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