#346356

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

Shades of Spectra #346356

Tints of Spectra #346356

Color information

#346356 (or 0x346356) is unknown color: approx Spectra. HEX triplet: 34, 63 and 56. RGB value is (52,99,86). Sum of RGB (Red+Green+Blue) = 52+99+86=237 (31% of max value = 765). Red value is 52 (20.70% from 255 or 21.94% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 86 (33.98% from 255 or 36.29% from 237); Max value from RGB is 99 - color contains mainly: green. Hex color #346356 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346356 is #CB9CA9. Grayscale: #535353. Windows color (decimal): -13343914 or 5661492. OLE color: 5661492.

HSL color Cylindrical-coordinate representation of color #346356: hue angle of 163.4º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #346356 is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.61.

Color convert

RGB529986-
CMYK0.4700.130.61
HSL163.4º31.13%29.61%-
HSV(B)163.4º47.47%38.82%-
XYZ7.5610.3310.4-
YUV83.46129.43105.56-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 21.94%
GREEN value IS 99 (39.06% from 255) = 41.77%
BLUE value IS 86 (33.98% from 255) = 36.29%
R=21.94%
G=41.77%
B=36.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5299860.4700.130.61163.431.1329.61
Hex3463562F0D3Da31f1e
Octal6414312657015752433736
Binary1101001100011101011010111101101111101101000111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346356; }

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

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

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

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

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

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

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

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