#346250

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

Shades of Spectra #346250

Tints of Spectra #346250

Color information

#346250 (or 0x346250) is unknown color: approx Spectra. HEX triplet: 34, 62 and 50. RGB value is (52,98,80). Sum of RGB (Red+Green+Blue) = 52+98+80=230 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.61% from 230); Green value is 98 (38.67% from 255 or 42.61% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 98 - color contains mainly: green. Hex color #346250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #346250 is #CB9DAF. Grayscale: #525252. Windows color (decimal): -13344176 or 5268020. OLE color: 5268020.

HSL color Cylindrical-coordinate representation of color #346250: hue angle of 156.52º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #346250 is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB529880-
CMYK0.4700.180.62
HSL156.52º30.67%29.41%-
HSV(B)156.52º46.94%38.43%-
XYZ7.2310.049.15-
YUV82.19126.76106.46-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 22.61%
GREEN value IS 98 (38.67% from 255) = 42.61%
BLUE value IS 80 (31.64% from 255) = 34.78%
R=22.61%
G=42.61%
B=34.78%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5298800.4700.180.62156.5230.6729.41
Hex3462502F0123E9d1f1d
Octal6414212057022762353735
Binary11010011000101010000101111010010111110100111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #346250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #346250; }

 p { color: rgb(52,98,80); }

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

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

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

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

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

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

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